pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Fix build with dts option:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ef0547e577c
branches: trunk
changeset: 400453:4ef0547e577c
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Oct 20 09:53:28 2009 +0000
description:
Fix build with dts option:
# The configure handling for --enable-libdca is broken.
# However, it works if you omit the argument and let
# configure autodetect support.
diffstat:
multimedia/mplayer-share/options.mk | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r c7d76b89507c -r 4ef0547e577c multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk Tue Oct 20 08:07:58 2009 +0000
+++ b/multimedia/mplayer-share/options.mk Tue Oct 20 09:53:28 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2009/10/18 22:22:10 ahoka Exp $
+# $NetBSD: options.mk,v 1.38 2009/10/20 09:53:28 tnn Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -120,7 +120,10 @@
.endif
.if !empty(PKG_OPTIONS:Mdts)
-CONFIGURE_ARGS+= --enable-libdca
+# The configure handling for --enable-libdca is broken.
+# However, it works if you omit the argument and let
+# configure autodetect support.
+#CONFIGURE_ARGS+= --enable-libdca
. include "../../audio/libdca/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libdca
Home |
Main Index |
Thread Index |
Old Index