summaryrefslogtreecommitdiff
path: root/www/gtkhtml38
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-11 17:29:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-11 17:29:30 +0000
commit3e4371a78defa243e11fd0041e121446b8594750 (patch)
tree96d7bf875deaee532d5131bdeb1276ab875fb287 /www/gtkhtml38
parent- Fix race condition to work on all plataforms/archs. (diff)
Allow all GTK+ and GNOME deprecation to fix the build.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=225743
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r--www/gtkhtml38/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index d88e904d4278..c023733205a4 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/Makefile
@@ -37,6 +37,7 @@ PLIST_SUB= VERSION="3.8"
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
- 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g'
+ 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g ; \
+ s|-DG.*_DISABLE_DEPRECATED=1||g'
.include <bsd.port.mk>