diff options
-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} |