diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-24 23:44:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-24 23:44:19 +0000 |
commit | 3b627b733738529eabf157d3bec81810fa956326 (patch) | |
tree | f833f558721a2c39afe765696010f09124fbceb2 /multimedia/mplayer-share | |
parent | 069444374418306a218017d589d548eedf3cfe5f (diff) | |
download | pkgsrc-3b627b733738529eabf157d3bec81810fa956326.tar.gz |
If using the mplayer-ssse3 option, then include override-as.mk from binutils.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index e5803839372..472e41441cb 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.29 2008/03/16 21:22:45 wiz Exp $ +# $NetBSD: options.mk,v 1.30 2008/03/24 23:44:19 tnn Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -290,6 +290,7 @@ CONFIGURE_ARGS+= --disable-xvid .if !empty(PKG_OPTIONS:Mmplayer-ssse3) # needs a recent assembler .include "../../devel/binutils/buildlink3.mk" +.include "../../devel/binutils/override-as.mk" .else CONFIGURE_ARGS+= --disable-ssse3 .endif |