summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-23 13:55:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-23 13:55:47 +0800
commitf84e8f236051caa1f336808f709f01260de84ad1 (patch)
tree368b7215e8f0ff808b636426179ddc30654d5356 /www
parenta0839265c3c8b2a9d635b6139d078c1a616a351b (diff)
downloadmarcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar.gz
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar.bz2
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar.lz
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar.xz
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.tar.zst
marcuscom-ports-f84e8f236051caa1f336808f709f01260de84ad1.zip
Temporarily remove the GDK deprecation flag to fix the build with gtk+
2.21.6. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14463 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index c5f6a8bb5..27665d60e 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/gtkhtml3/Makefile,v 1.171 2010/06/07 11:18:15 kwm Exp $
+# $MCom: ports/www/gtkhtml3/Makefile,v 1.172 2010/08/16 20:26:20 kwm Exp $
#
PORTNAME= gtkhtml3
@@ -39,7 +39,8 @@ PLIST_SUB= VERSION="3.14"
post-patch:
@${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \
${WRKSRC}/intltool-merge.in
- @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
+ @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \
+ s|-DGDK_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
.include <bsd.port.mk>