summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-07 22:08:03 +0000
committerwiz <wiz>2002-05-07 22:08:03 +0000
commitd7c71bfce4cac9928d2efd37ac7ac42980ba7dfb (patch)
tree440b43430df68bb0915657cf9108e84b419e8807 /graphics
parent14c1ef896039a8b60a5068b7220e0d15182134e6 (diff)
downloadpkgsrc-d7c71bfce4cac9928d2efd37ac7ac42980ba7dfb.tar.gz
Remove as version check; has bad interactions if you have binutils installed
before trying to make mplayer, but not a gcc that's new enough in the base system.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mplayer/Makefile.common12
1 files changed, 1 insertions, 11 deletions
diff --git a/graphics/mplayer/Makefile.common b/graphics/mplayer/Makefile.common
index 8158ae8b83d..73ed29d9a73 100644
--- a/graphics/mplayer/Makefile.common
+++ b/graphics/mplayer/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2002/05/07 22:02:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2002/05/07 22:08:03 wiz Exp $
MPLAYER_DIST_VERSION= 0.90pre3
MPLAYER_PKG_VERSION= ${MPLAYER_DIST_VERSION:S/pre/rc/}
@@ -39,15 +39,5 @@ CONFIGURE_ARGS+= --disable-mpdvdkit
# TMPDIR to ${WRKDIR}
CONFIGURE_ENV+= TMPDIR=${WRKDIR}
-.include "../../mk/bsd.prefs.mk"
-
-# The package needs GNU "as" 2.11 or newer to build.
-#
-AS_VERSION!= ${AS} --version | ${AWK} 'NR==1 {print $$3}'
-.if ${AS_VERSION:M2.1[1-9]*} == ""
-CONFIGURE_ARGS+= --as="${LOCALBASE}/${MACHINE_GNU_PLATFORM}/bin/as"
-CONFIGURE_ENV+= GCC_EXEC_PREFIX="${LOCALBASE}/${MACHINE_GNU_PLATFORM}/bin/"
-MAKE_ENV+= GCC_EXEC_PREFIX="${LOCALBASE}/${MACHINE_GNU_PLATFORM}/bin/"
.include "../../devel/binutils/buildlink.mk"
.include "../../lang/gcc/Makefile.gcc"
-.endif