pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison Adopt NetBSD/earmhf for hack for net/libIDL



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c840c34674e1
branches:  trunk
changeset: 626373:c840c34674e1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Nov 09 05:32:46 2013 +0000

description:
Adopt NetBSD/earmhf for hack for net/libIDL

diffstat:

 devel/bison/hacks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 295abf77d7db -r c840c34674e1 devel/bison/hacks.mk
--- a/devel/bison/hacks.mk      Sat Nov 09 05:28:35 2013 +0000
+++ b/devel/bison/hacks.mk      Sat Nov 09 05:32:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.4 2013/08/05 18:41:11 jmcneill Exp $
+# $NetBSD: hacks.mk,v 1.5 2013/11/09 05:32:46 ryoon Exp $
 
 .if !defined(BISON_HACKS_MK)
 BISON_HACKS_MK=        defined
@@ -17,7 +17,7 @@
 
 ### gcc-4.5.3 in NetBSD/arm 5.99.59 also breaks bison in net/libIDL.
 ### -O seems enough for workaround in this case.
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm) && !empty(CC_VERSION:Mgcc-4.5.*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) && !empty(CC_VERSION:Mgcc-4.5.*)
 PKG_HACKS+=            optimisation
 BUILDLINK_TRANSFORM+=  rename:-O[0-9]*:-O
 .endif



Home | Main Index | Thread Index | Old Index