diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql5-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index 6bf3d02f747..2e27b00a417 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/06/03 15:29:13 tron Exp $ +# $NetBSD: Makefile.common,v 1.14 2006/06/06 21:18:55 jklos Exp $ DISTNAME= mysql-5.0.22 CATEGORIES= databases @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET:Q} CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q} .if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" && \ - ${OPSYS} != "SunOS" + ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --enable-assembler .endif |