summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-14 23:17:24 +0000
committerjoerg <joerg>2012-03-14 23:17:24 +0000
commit7151cc5505fcd0bbc0024119f2f8cd970f60eb07 (patch)
tree01df8ea6560554b978b023e16e86ccaaab83db8e /multimedia/clutter-gst
parentdba7f5790008873ac54c22e8dfe827fe5a521d56 (diff)
downloadpkgsrc-7151cc5505fcd0bbc0024119f2f8cd970f60eb07.tar.gz
Fix build with newer glib.
Diffstat (limited to 'multimedia/clutter-gst')
-rw-r--r--multimedia/clutter-gst/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
index 7781b59e786..dd96b976919 100644
--- a/multimedia/clutter-gst/Makefile
+++ b/multimedia/clutter-gst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/03/03 00:12:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/03/14 23:17:24 joerg Exp $
#
DISTNAME= clutter-gst-1.2.0
@@ -19,6 +19,8 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+
.include "../../graphics/clutter/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"