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 /databases/mysql4-client | |
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 'databases/mysql4-client')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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" |