pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mplayer-share
Module Name: pkgsrc
Committed By: dholland
Date: Sat Nov 19 17:43:38 UTC 2016
Modified Files:
pkgsrc/multimedia/mplayer-share: options.mk
Log Message:
Add patch from John D. Baker with a workaround for PR 50988: netbsd 6
and up don't require binutils from pkgsrc for ssse3 to work, so don't
request it.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/multimedia/mplayer-share/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.55 pkgsrc/multimedia/mplayer-share/options.mk:1.56
--- pkgsrc/multimedia/mplayer-share/options.mk:1.55 Thu Feb 25 15:49:44 2016
+++ pkgsrc/multimedia/mplayer-share/options.mk Sat Nov 19 17:43:38 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.55 2016/02/25 15:49:44 jperkin Exp $
+# $NetBSD: options.mk,v 1.56 2016/11/19 17:43:38 dholland Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -339,9 +339,11 @@ CONFIGURE_ARGS+= --disable-xvid
.endif
.if !empty(PKG_OPTIONS:Mmplayer-ssse3)
-# needs a recent assembler
-.include "../../devel/binutils/buildlink3.mk"
-.include "../../devel/binutils/override-as.mk"
+. if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
+ # needs a recent assembler
+. include "../../devel/binutils/buildlink3.mk"
+. include "../../devel/binutils/override-as.mk"
+. endif
.else
CONFIGURE_ARGS+= --disable-ssse3
.endif
Home |
Main Index |
Thread Index |
Old Index