summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortnn <tnn>2008-03-24 23:44:19 +0000
committertnn <tnn>2008-03-24 23:44:19 +0000
commitd03da2374c7220bd9c70449a9880781f116040ed (patch)
treef833f558721a2c39afe765696010f09124fbceb2 /multimedia
parent87e0260d248fed76bdd5dc72251842cdeff93433 (diff)
downloadpkgsrc-d03da2374c7220bd9c70449a9880781f116040ed.tar.gz
If using the mplayer-ssse3 option, then include override-as.mk from binutils.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer-share/options.mk3
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