summaryrefslogtreecommitdiff
path: root/www/gtkhtml38
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-26 02:33:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-26 02:33:23 +0000
commitcec22e82403ce4be48409a2fb7c74aa745e5bfec (patch)
tree3f222723ddc5b9be9be2a1ddf88ba1cc3aeb94ce /www/gtkhtml38
parent- Move variables to make portlint happier. (diff)
Fix the build with the new glib20.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=209828
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r--www/gtkhtml38/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index efe5fdff5886..64e2adaff6cc 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/Makefile
@@ -36,4 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="3.8"
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
+ 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g'
+
.include <bsd.port.mk>