diff options
author | fredb <fredb@pkgsrc.org> | 2002-05-03 18:00:50 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-05-03 18:00:50 +0000 |
commit | b2fbcaa5db991699c84d2d7a01a36707c0b617c1 (patch) | |
tree | 4af091435c8fbc6909564ef289ea226df999b061 /graphics/gmplayer | |
parent | b376746088300f04e9585561dd36bf9b04fda9cf (diff) | |
download | pkgsrc-b2fbcaa5db991699c84d2d7a01a36707c0b617c1.tar.gz |
These two packages really only need GNU "as" 1.11 or newer to build on
NetBSD-1.5.*, so pull in the build-time dependency on binutils and gcc
conditionally on the version reported by ${AS}. For that case, set
${GCC_EXEC_PREFIX} in the build environment, and pass in an "--as="
argument to "configure", to make absolutely sure the new "gas" gets used.
Diffstat (limited to 'graphics/gmplayer')
-rw-r--r-- | graphics/gmplayer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile index 06df466d77b..10dad6ef11d 100644 --- a/graphics/gmplayer/Makefile +++ b/graphics/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/04/30 15:09:57 veego Exp $ +# $NetBSD: Makefile,v 1.5 2002/05/03 18:00:50 fredb Exp $ .include "../../graphics/mplayer/Makefile.common" @@ -55,10 +55,8 @@ do-install: .include "../../audio/lame/buildlink.mk" .include "../../devel/SDL/buildlink.mk" -.include "../../devel/binutils/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" .include "../../graphics/png/buildlink.mk" -.include "../../lang/gcc/Makefile.gcc" .include "../../misc/libdvdread/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/ossaudio.buildlink.mk" |