pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Add patch from John D. Baker ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7828d56414bf
branches:  trunk
changeset: 355051:7828d56414bf
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Nov 19 17:43:38 2016 +0000

description:
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.

diffstat:

 multimedia/mplayer-share/options.mk |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 6d8de56770b8 -r 7828d56414bf multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sat Nov 19 15:57:26 2016 +0000
+++ b/multimedia/mplayer-share/options.mk       Sat Nov 19 17:43:38 2016 +0000
@@ -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 @@
 .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