pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Disable GCC version check. While it was added...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1b3e5bd174a
branches:  trunk
changeset: 463049:c1b3e5bd174a
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Oct 26 14:01:26 2003 +0000

description:
Disable GCC version check. While it was added to reject GCC 2.96 (which
was never used in "pkgsrc") it now also reject NetBSD-current's
GCC 3.3.2-nb1.

diffstat:

 graphics/gmplayer/Makefile             |   7 +++----
 graphics/mplayer-share/Makefile.common |  13 +++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 6d0a5e42b295 -r c1b3e5bd174a graphics/gmplayer/Makefile
--- a/graphics/gmplayer/Makefile        Sun Oct 26 13:01:56 2003 +0000
+++ b/graphics/gmplayer/Makefile        Sun Oct 26 14:01:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/25 11:23:00 tron Exp $
+# $NetBSD: Makefile,v 1.28 2003/10/26 14:01:26 tron Exp $
 
 PKGNAME=       gmplayer-${MPLAYER_PKG_VERSION}
 PKGREVISION=   2
@@ -41,9 +41,8 @@
 DISTFILES+=    ${SKINS}
 
 USE_BUILDLINK2=                # defined
-CONFIGURE_ARGS+=       --enable-gui
-CONFIGURE_ARGS+=       --disable-mencoder
-CONFIGURE_ARGS+=       --confdir=${PREFIX}/share/mplayer
+CONFIGURE_ARGS+=       --enable-gui --disable-gcc-checking \
+                       --disable-mencoder --confdir=${PREFIX}/share/mplayer
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin/gmplayer
diff -r 6d0a5e42b295 -r c1b3e5bd174a graphics/mplayer-share/Makefile.common
--- a/graphics/mplayer-share/Makefile.common    Sun Oct 26 13:01:56 2003 +0000
+++ b/graphics/mplayer-share/Makefile.common    Sun Oct 26 14:01:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2003/10/18 11:54:33 grant Exp $
+# $NetBSD: Makefile.common,v 1.43 2003/10/26 14:04:41 tron Exp $
 #
 
 MPLAYER_DIST_VERSION=  1.0pre1
@@ -32,11 +32,12 @@
 
 PTHREAD_OPTS+=         require
 
-CONFIGURE_ARGS+=       --prefix="${PREFIX}"
-CONFIGURE_ARGS+=       --with-extraincdir="${LOCALBASE}/include"
-CONFIGURE_ARGS+=       --with-extralibdir="${LOCALBASE}/lib"
-CONFIGURE_ARGS+=       --with-extralibdir="${X11BASE}/lib"
-CONFIGURE_ARGS+=       --disable-mpdvdkit
+CONFIGURE_ARGS+=       --prefix="${PREFIX}" \
+                       --with-extraincdir="${LOCALBASE}/include" \
+                       --with-extralibdir="${LOCALBASE}/lib" \
+                       --with-extralibdir="${X11BASE}/lib" \
+                       --disable-mpdvdkit \
+                       --disable-gcc-checking \
 
 # The configure script attempts to test-execute compiled programs in /tmp,
 # but that directory may be mounted as noexec; work this around by setting



Home | Main Index | Thread Index | Old Index