pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gmp Remove SunOS too. Unbreaks build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fde4206a49e
branches: trunk
changeset: 361459:6fde4206a49e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Apr 22 08:23:17 2017 +0000
description:
Remove SunOS too. Unbreaks build.
diffstat:
devel/gmp/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r c5e43e973cad -r 6fde4206a49e devel/gmp/Makefile
--- a/devel/gmp/Makefile Sat Apr 22 07:39:08 2017 +0000
+++ b/devel/gmp/Makefile Sat Apr 22 08:23:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2017/04/22 07:01:07 adam Exp $
+# $NetBSD: Makefile,v 1.84 2017/04/22 08:23:17 jperkin Exp $
DISTNAME= gmp-6.1.2
CATEGORIES= devel math
@@ -47,8 +47,7 @@
.endif
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-# XXX SunOS should work, but currently bombs in mpn/fat.c
-. if ${OPSYS} == "SunOS" || !empty(PKGSRC_COMPILER:Msunpro)
+. if !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