diff options
author | jklos <jklos@pkgsrc.org> | 2006-06-06 21:18:55 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2006-06-06 21:18:55 +0000 |
commit | 490aef7c555040f263961005f828dc6210220d5e (patch) | |
tree | 2c450e8c07b426a15a18da1b39bf12c2ebe45b80 /databases | |
parent | 42fd33e345721eabf52e9ae9224a8e85a9aec3ca (diff) | |
download | pkgsrc-490aef7c555040f263961005f828dc6210220d5e.tar.gz |
Added Darwin to the list of OSes which shouldn't try to build MySQL using
i386 assembler.
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 |