aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-05-06 19:13:56 +0800
committerkwm <kwm@FreeBSD.org>2013-05-06 19:13:56 +0800
commitb33d25e9f85b5b0f80d905c10c47693f202d54be (patch)
treeb377462695665a8464811c6558b27d31eab7cc19 /x11
parent222c7a03f5668f673458a96d1fc5b2f9259ed16a (diff)
downloadfreebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.gz
freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.zst
freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.zip
Make these ports build with glib 2.36
Diffstat (limited to 'x11')
-rw-r--r--x11/libgnome/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 6dc7f12da71c..bb9e60028193 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -57,6 +57,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/libgnome/libgnome-2.0.pc.in
@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
+ @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/libgnome/Makefile.in
.include <bsd.port.mk>