summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-26 14:02:11 +0000
committerjoerg <joerg>2012-03-26 14:02:11 +0000
commit721a1970a2c14d669bea470be2f49a5e28657ec2 (patch)
tree35f85b43c70755f9880f022de9420e7ee869aca3 /graphics
parenta1bc8f87c23b47cc07d3810ff9b57c49a173a3be (diff)
downloadpkgsrc-721a1970a2c14d669bea470be2f49a5e28657ec2.tar.gz
Allow deprecated glib features.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter-mx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/clutter-mx/Makefile b/graphics/clutter-mx/Makefile
index 0372d92e84d..5ef58ac81c0 100644
--- a/graphics/clutter-mx/Makefile
+++ b/graphics/clutter-mx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/03/03 00:12:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/26 14:02:11 joerg Exp $
#
DISTNAME= mx-1.0.4
@@ -22,6 +22,8 @@ USE_TOOLS+= pkg-config intltool gmake msgfmt msgmerge xgettext
PKGCONFIG_OVERRIDE+= mx-gtk.pc.in
PKGCONFIG_OVERRIDE+= mx.pc.in
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+
.include "../../graphics/clutter/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"