diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-18 08:28:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-18 08:28:39 +0000 |
commit | 71f59620f3a0c0c961c4f1131692bbe868973037 (patch) | |
tree | d802be911c4ee91af3d19a05b1748cb0148eed12 /multimedia/mplayer-share | |
parent | b814be033bec06b541598c987fff33f09b70a0d6 (diff) | |
download | pkgsrc-71f59620f3a0c0c961c4f1131692bbe868973037.tar.gz |
Remove gcc restriction added in 2004.
Let's see if it's still requiring gcc-only in 2011.
Addresses PR 44981.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index 1db53005dac..70947af7130 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2010/10/24 21:56:51 ahoka Exp $ +# $NetBSD: Makefile.common,v 1.49 2011/05/18 08:28:39 wiz Exp $ # used by multimedia/gmplayer/Makefile # used by multimedia/mencoder/Makefile # used by multimedia/mplayer/Makefile @@ -46,8 +46,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ --with-extralibdir="${LOCALBASE}/lib" \ --disable-dvdread-internal --disable-smb -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} |