pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-good Compensate for the --d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59978816b54b
branches:  trunk
changeset: 515631:59978816b54b
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jul 05 08:12:30 2006 +0000

description:
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:

 multimedia/gst-plugins0.10-good/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 229b8cae4abf -r 59978816b54b multimedia/gst-plugins0.10-good/Makefile
--- a/multimedia/gst-plugins0.10-good/Makefile  Wed Jul 05 07:09:58 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile  Wed Jul 05 08:12:30 2006 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index