pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp Removed Darwin from MPN-generic hack as it b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/171009545ba0
branches:  trunk
changeset: 361449:171009545ba0
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 22 07:01:07 2017 +0000

description:
Removed Darwin from MPN-generic hack as it builds correctly without it. Configure failed for newer CPUs when generic was enabled.

diffstat:

 devel/gmp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 996b5fd22283 -r 171009545ba0 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Sat Apr 22 06:45:43 2017 +0000
+++ b/devel/gmp/Makefile        Sat Apr 22 07:01:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2017/04/20 22:37:57 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.83 2017/04/22 07:01:07 adam Exp $
 
 DISTNAME=      gmp-6.1.2
 CATEGORIES=    devel math
@@ -48,7 +48,7 @@
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 # XXX SunOS should work, but currently bombs in mpn/fat.c
-.  if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" || !empty(PKGSRC_COMPILER:Msunpro)
+.  if ${OPSYS} == "SunOS" || !empty(PKGSRC_COMPILER:Msunpro)
 # don't use x86 assembly (it doesn't build)
 CONFIGURE_ENV+=                MPN_PATH="generic"
 .  else



Home | Main Index | Thread Index | Old Index