pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gmp
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 22 07:01:07 UTC 2017
Modified Files:
pkgsrc/devel/gmp: Makefile
Log Message:
Removed Darwin from MPN-generic hack as it builds correctly without it. Configure failed for newer CPUs when generic was enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/gmp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gmp/Makefile
diff -u pkgsrc/devel/gmp/Makefile:1.82 pkgsrc/devel/gmp/Makefile:1.83
--- pkgsrc/devel/gmp/Makefile:1.82 Thu Apr 20 22:37:57 2017
+++ pkgsrc/devel/gmp/Makefile Sat Apr 22 07:01:07 2017
@@ -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 @@ GCC_REQD+= 3.0
.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