summaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authortnn <tnn>2007-10-16 23:48:58 +0000
committertnn <tnn>2007-10-16 23:48:58 +0000
commit16bad87c5fde64bb6d83946f53a326e5c847d1e7 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /databases/db3
parent569a83e1855a275b7deac124049b89ea9748eab5 (diff)
downloadpkgsrc-16bad87c5fde64bb6d83946f53a326e5c847d1e7.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
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 746e4f33e49..afd31865ef4 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/03/04 21:29:08 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2007/10/16 23:48:59 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 !empty(LOWER_OPSYS:Mirix5*)
+.if ${OPSYS} == "IRIX"
CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
.endif