pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp set ABI=o32 on irix5, as gmp only supports o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ef557ae7c95
branches:  trunk
changeset: 485657:8ef557ae7c95
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 15:43:19 2004 +0000

description:
set ABI=o32 on irix5, as gmp only supports o32 on irix5.

fixes PR pkg/28072 from Georg Schwarz.

diffstat:

 devel/gmp/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f2f6d3e19970 -r 8ef557ae7c95 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Sat Dec 18 15:08:39 2004 +0000
+++ b/devel/gmp/Makefile        Sat Dec 18 15:43:19 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index