summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-06 11:13:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-06 11:13:56 +0000
commit2364635756af3f17a869fab27393226fce50ea1f (patch)
treeb377462695665a8464811c6558b27d31eab7cc19 /x11
parentAdd back policykit shlib version. Otherwise LIB_DEPENDS will confuse it with (diff)
Make these ports build with glib 2.36
Notes
Notes: svn path=/head/; revision=317508
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>