summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-07-05 08:12:30 +0000
committerdrochner <drochner@pkgsrc.org>2006-07-05 08:12:30 +0000
commit6332fe002d4106d7e9c6957832c180edd2aa0a6a (patch)
tree8755985b2d30d562cae8b3cdd6abc3abfc123c3b /multimedia/gst-plugins0.10-good
parent195c55aac5ba3cb7f1981be4b9ccac08d07500ba (diff)
downloadpkgsrc-6332fe002d4106d7e9c6957832c180edd2aa0a6a.tar.gz
Compensate for the --disable-annodex in Makefile.common so that the
plugin is still built. Pointed out by wiz. (It depends only on libxml2 which we need anyway, so this doesn't introduce an additional dependency.)
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile
index 674503c35be..6bfb7a1e5d0 100644
--- a/multimedia/gst-plugins0.10-good/Makefile
+++ b/multimedia/gst-plugins0.10-good/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/14 11:23:17 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/05 08:12:30 drochner Exp $
#
.include "Makefile.common"
@@ -9,6 +9,11 @@ CONFIGURE_ARGS+= --enable-gconf
CONFIGURE_ARGS+= --enable-gconftool
CONFIGURE_ARGS+= --enable-zlib
+# We depend on libxml anyway (indirectly through GConf2), so this
+# doesn't hurt. Just make it explicite.
+CONFIGURE_ARGS+= --enable-annodex
+.include "../../textproc/libxml2/buildlink3.mk"
+
GCONF2_SCHEMAS= gstreamer-0.10.schemas
.include "../../devel/GConf2/schemas.mk"