diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-05 08:12:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-05 08:12:30 +0000 |
commit | 50433b424f157df4a5ea4b9b660eef12ea56e6d8 (patch) | |
tree | 8755985b2d30d562cae8b3cdd6abc3abfc123c3b /multimedia | |
parent | 2adc068603d301d054c12e8843fb72ee4ac58966 (diff) | |
download | pkgsrc-50433b424f157df4a5ea4b9b660eef12ea56e6d8.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')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 7 |
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" |