pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share --enable-x264 confuses the co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d214d14ecb57
branches:  trunk
changeset: 540074:d214d14ecb57
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 25 15:35:36 2008 +0000

description:
--enable-x264 confuses the configure script, it's better to avoid
it and let it find out for itself.

Fixes mencoder build.

Reported and fixed by David Sainty.

diffstat:

 multimedia/mplayer-share/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3f88935917aa -r d214d14ecb57 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Tue Mar 25 15:14:13 2008 +0000
+++ b/multimedia/mplayer-share/options.mk       Tue Mar 25 15:35:36 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2008/03/24 23:44:19 tnn Exp $
+# $NetBSD: options.mk,v 1.31 2008/03/25 15:35:36 wiz Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -273,7 +273,6 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mx264)
-CONFIGURE_ARGS+=       --enable-x264
 .  include "../../multimedia/x264-devel/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-x264



Home | Main Index | Thread Index | Old Index