summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-03-14 23:17:24 +0000
committerjoerg <joerg@pkgsrc.org>2012-03-14 23:17:24 +0000
commit1ac2d9908c41bdda3f2f9c517e04280112e66c2e (patch)
tree01df8ea6560554b978b023e16e86ccaaab83db8e /multimedia/clutter-gst/Makefile
parenta303736654378c75cec79ae7af569d52088d3bc6 (diff)
downloadpkgsrc-1ac2d9908c41bdda3f2f9c517e04280112e66c2e.tar.gz
Fix build with newer glib.
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-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"