diff options
author | grant <grant@pkgsrc.org> | 2004-05-16 10:15:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-16 10:15:49 +0000 |
commit | de6d357a3615837af4b2c1178c18f9d7f1f0c351 (patch) | |
tree | 4ca3621feb396cd4b4b166f3c54bc04a79f82a91 /multimedia | |
parent | 2cc385d76b2b2361a6385192141fb91fd41f582e (diff) | |
download | pkgsrc-de6d357a3615837af4b2c1178c18f9d7f1f0c351.tar.gz |
mplayer really needs gcc to build.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index aa8bd251401..af1269b7023 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -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 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \ --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} |