From 76f6b8d7190126a3ac40b75821ca8719573be43e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 22 Apr 2004 02:17:44 +0000 Subject: [PATCH] Fix build with gtk+-2.4. PR: 65560 Submitted by: Jeremy Messenger Approved by: maintainer timeout portmgr (implicit) --- security/gringotts/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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