From fad27707985f1faa308090a8e02b953dd9e6ec5f Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 18 Dec 2004 15:43:19 +0000 Subject: set ABI=o32 on irix5, as gmp only supports o32 on irix5. fixes PR pkg/28072 from Georg Schwarz. --- devel/gmp/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile index 2e95ca70178..0b74487c74a 100644 --- a/devel/gmp/Makefile +++ b/devel/gmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/11/22 13:58:28 adam Exp $ +# $NetBSD: Makefile,v 1.32 2004/12/18 15:43:19 grant Exp $ DISTNAME= gmp-4.1.4 CATEGORIES= devel math @@ -22,6 +22,11 @@ INFO_FILES= gmp.info TEST_TARGET= check +.include "../../mk/bsd.prefs.mk" +.if !empty(LOWER_OPSYS:Mirix5) && !empty(ABI) +ABI= o32 +.endif + .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" # The configure script thinks gcc 2.95 for ARM is too buggy to use. GCC_REQD+= 3.0 -- cgit v1.2.3