diff options
author | tnn <tnn> | 2008-03-11 18:47:40 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-03-11 18:47:40 +0000 |
commit | b514bbc17cd4896860085c3faae5e14c75fe08ab (patch) | |
tree | 4ba809a4ee12e6e6894da2f50f8724926076e91f /devel/gmp/Makefile | |
parent | 7c51b7dcf6a157ff770fd8180da3a392f96d3282 (diff) | |
download | pkgsrc-b514bbc17cd4896860085c3faae5e14c75fe08ab.tar.gz |
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
Diffstat (limited to 'devel/gmp/Makefile')
-rw-r--r-- | devel/gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile index b77c77887e8..05c2fc7014d 100644 --- a/devel/gmp/Makefile +++ b/devel/gmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/12/02 13:04:08 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2008/03/11 18:47:40 tnn Exp $ DISTNAME= gmp-4.2.2 CATEGORIES= devel math @@ -23,7 +23,7 @@ INFO_FILES= # PLIST TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "IRIX" && !empty(ABI) +.if !empty(MACHINE_PLATFORM:MIRIX-5*) && !empty(ABI) ABI= o32 .endif |