diff options
author | leot <leot@pkgsrc.org> | 2016-02-08 10:23:36 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-08 10:23:36 +0000 |
commit | d30ccb61baf0ddb3a51410e35dcb25aef21cb291 (patch) | |
tree | 298d378056862de8bf9323441c01312e856a358b /multimedia/mplayer-share | |
parent | ef07545433eff24c5a170b8b58c3226191946f6b (diff) | |
download | pkgsrc-d30ccb61baf0ddb3a51410e35dcb25aef21cb291.tar.gz |
Add --yasm="" in order to not fail during the configure phase (yasm was used
just by ffmpeg and so no longer needed).
Thanks to wiz@ for noticing that!
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index 4d2c7c1774c..d3a1a8fbcd2 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.56 2016/02/07 13:34:33 leot Exp $ +# $NetBSD: Makefile.common,v 1.57 2016/02/08 10:23:36 leot Exp $ # used by multimedia/gmplayer/Makefile # used by multimedia/mencoder/Makefile # used by multimedia/mplayer/Makefile @@ -41,6 +41,7 @@ PTHREAD_OPTS+= require CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --disable-smb CONFIGURE_ARGS+= --disable-ffmpeg_a +CONFIGURE_ARGS+= --yasm="" # The configure script attempts to test-execute compiled programs in /tmp, # but that directory may be mounted as noexec; work this around by setting |