summaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-11 18:47:40 +0000
committertnn <tnn@pkgsrc.org>2008-03-11 18:47:40 +0000
commit882d3eb4fe8c809807b4232f1e499c7b966f0fd1 (patch)
tree4ba809a4ee12e6e6894da2f50f8724926076e91f /databases/db3
parent35b1981bfd386a291c7a6a4e4a151d9dd92ccf7c (diff)
downloadpkgsrc-882d3eb4fe8c809807b4232f1e499c7b966f0fd1.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 'databases/db3')
-rw-r--r--databases/db3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 0def8288dbf..31a35d4ea0e 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/02/21 19:32:23 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2008/03/11 18:47:40 tnn Exp $
DISTNAME= db-3.3.11
PKGNAME= db3-3.11.2
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --enable-compat185
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "IRIX"
+.if !empty(MACHINE_PLATFORM:MIRIX-5.3*)
CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
.endif