summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot>2015-11-29 11:48:29 +0000
committerleot <leot>2015-11-29 11:48:29 +0000
commit93198dbe721c2a05ea9b3f431cf4ca1c8893c33e (patch)
tree708277083d299ad679dc4bbdb33f3350454d18b6 /multimedia
parent14814812547e76292ab2b2ab5409a5a6a7d2cb7d (diff)
downloadpkgsrc-93198dbe721c2a05ea9b3f431cf4ca1c8893c33e.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