diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-22 02:17:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-22 02:17:44 +0000 |
commit | 76f6b8d7190126a3ac40b75821ca8719573be43e (patch) | |
tree | d9849ebe0293cb4980ef3a868d98c6861b74e7c9 /security | |
parent | 433dee5250ed3124880d268e70c843f8860b8cb4 (diff) |
Fix build with gtk+-2.4.
PR: 65560
Submitted by: Jeremy Messenger <mezz7@cox.net>
Approved by: maintainer timeout
portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=107786
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index b719fe1adeb6..94327d865884 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -38,6 +38,8 @@ PLIST_SUB+= GNOMEHIER='@comment ' post-patch: ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 $$\(datadir\)/doc/gringotts|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' .if defined(NOPORTDOCS) ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in .endif |