summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/db3/Makefile4
-rw-r--r--databases/mysql4-client/Makefile.common4
2 files changed, 4 insertions, 4 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
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index cf7e89bd210..bea19a771f5 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.61 2008/03/06 16:01:42 jlam Exp $
+# $NetBSD: Makefile.common,v 1.62 2008/03/11 18:47:40 tnn Exp $
DISTNAME= mysql-4.1.22
CATEGORIES= databases
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --localstatedir=${MYSQL_DATADIR:Q}
CONFIGURE_ARGS+= --with-named-z-libs=z
CONFIGURE_ARGS+= --without-libwrap
-.if ${OPSYS} == "IRIX"
+.if !empty(MACHINE_PLATFORM:MIRIX-5*)
CFLAGS+= -DIRIX5 -DNEEDS_BSTRING_H
# libgen is incorrectly detected
CONFIGURE_ENV+= ac_cv_lib_gen_p2open="no"