pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share mplayer really needs gcc to b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ee48e59cb20
branches:  trunk
changeset: 475476:0ee48e59cb20
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 10:15:49 2004 +0000

description:
mplayer really needs gcc to build.

diffstat:

 multimedia/mplayer-share/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e5a50094098b -r 0ee48e59cb20 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Sun May 16 10:15:21 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Sun May 16 10:15:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/05/16 08:46:43 grant Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/05/16 10:15:49 grant Exp $
 #
 
 MPLAYER_DIST_VERSION=  1.0pre4
@@ -38,6 +38,8 @@
                        --with-x11libdir="${X11BASE}/lib" \
                        --disable-mpdvdkit
 
+ONLY_FOR_COMPILER=     gcc
+
 # The configure script attempts to test-execute compiled programs in /tmp,
 # but that directory may be mounted as noexec; work this around by setting
 # TMPDIR to ${WRKDIR}



Home | Main Index | Thread Index | Old Index