aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-01-12 10:47:05 +0800
committermezz <mezz@FreeBSD.org>2009-01-12 10:47:05 +0800
commit5b93baca2e8bfcdf4d76779961fc5541f100549a (patch)
tree62b49750edd38622b0140d8f2621a928ebb1d47c /graphics
parent69394e95448a3160e657c8b43d3ac1f59faf3ea8 (diff)
downloadfreebsd-ports-gnome-5b93baca2e8bfcdf4d76779961fc5541f100549a.tar.gz
freebsd-ports-gnome-5b93baca2e8bfcdf4d76779961fc5541f100549a.tar.zst
freebsd-ports-gnome-5b93baca2e8bfcdf4d76779961fc5541f100549a.zip
Fix the build w/ newer GTK+2.
Reported by: pointyhat via pav
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pornview/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index a783825a2c52..a13969d2df2e 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -45,5 +45,7 @@ post-patch:
's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \
s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} 's|#define GTK_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/src/support/widgets/*.c
.include <bsd.port.mk>