summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-11-29 11:48:29 +0000
committerleot <leot@pkgsrc.org>2015-11-29 11:48:29 +0000
commit039a314dc826d61e7703d8e7ed43772f098aad18 (patch)
tree708277083d299ad679dc4bbdb33f3350454d18b6 /multimedia
parent79f3f32560b1eb833ea00c618d5cd9cf1bf3102a (diff)
downloadpkgsrc-039a314dc826d61e7703d8e7ed43772f098aad18.tar.gz
Do not "force" dvdread option via "--enable-dvdread" (but let the MPlayer's
configure script to autorecognise it). In that way pkg-config will be used to set the CFLAGS and LDFLAGS (while this does not happen via --enable-* for various options). Pointed out by Joyent SmartOS bulk builds.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer-share/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index a0ac006a279..1d217fe0531 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.53 2015/11/21 09:47:23 leot Exp $
+# $NetBSD: options.mk,v 1.54 2015/11/29 11:48:29 leot Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -168,7 +168,6 @@ CONFIGURE_ARGS+= --disable-libdv
.endif
.if !empty(PKG_OPTIONS:Mdvdread)
-CONFIGURE_ARGS+= --enable-dvdread
. include "../../multimedia/libdvdread/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-dvdread