Mon Mar 24 23:44:19 2008 UTC ()
If using the mplayer-ssse3 option, then include override-as.mk from binutils.


(tnn)
diff -r1.29 -r1.30 pkgsrc/multimedia/mplayer-share/options.mk

cvs diff -r1.29 -r1.30 pkgsrc/multimedia/mplayer-share/options.mk (expand / switch to context diff)
--- pkgsrc/multimedia/mplayer-share/options.mk 2008/03/16 21:22:45 1.29
+++ pkgsrc/multimedia/mplayer-share/options.mk 2008/03/24 23:44:19 1.30
@@ -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 @@
 .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