summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-03-18 11:01:23 +0000
committerjmmv <jmmv>2004-03-18 11:01:23 +0000
commit8b16b2cca5973d106e98cb7c55c7f5ce89a36b68 (patch)
treecd602e4383e8620b3c17e3d326b48fab38867668 /multimedia
parentd4844b624ae08cfd02fb30543aa2ee48a2827e66 (diff)
downloadpkgsrc-8b16b2cca5973d106e98cb7c55c7f5ce89a36b68.tar.gz
Explicitly disable mpeg2dec support to fix a build failure if it's installed
(i.e., detected by configure but not buildlinked). Note that I haven't been able to reproduce it, although it's clear it may happen sometimes (happened in the past with arts support, for example). Furthermore, it seems that the mpeg2dec plugin does not actually build when using our libmpeg2 package. Closes PR pkg/24835.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gst-plugins/Makefile b/multimedia/gst-plugins/Makefile
index 469e84e1556..0fe1a4fb5ed 100644
--- a/multimedia/gst-plugins/Makefile
+++ b/multimedia/gst-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/06 11:11:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/18 11:01:23 jmmv Exp $
#
DISTNAME= gst-plugins-0.6.4
@@ -27,6 +27,7 @@ CPPFLAGS+= -I${PREFIX}/include/cdparanoia
CONFIGURE_ARGS+= --disable-arts
CONFIGURE_ARGS+= --disable-artsc
CONFIGURE_ARGS+= --disable-ffmpeg
+CONFIGURE_ARGS+= --disable-mpeg2dec
CONFIGURE_ARGS+= --disable-qcam
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"