summaryrefslogtreecommitdiff
path: root/databases/mysql5-client
diff options
context:
space:
mode:
authorjklos <jklos>2006-06-06 21:18:55 +0000
committerjklos <jklos>2006-06-06 21:18:55 +0000
commit8adb80cb5c9617dfe3326cfb93cdc00dbdfda81e (patch)
tree2c450e8c07b426a15a18da1b39bf12c2ebe45b80 /databases/mysql5-client
parent9c382b7fabcadbf089665b4493c06410e3a48918 (diff)
downloadpkgsrc-8adb80cb5c9617dfe3326cfb93cdc00dbdfda81e.tar.gz
Added Darwin to the list of OSes which shouldn't try to build MySQL using
i386 assembler.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r--databases/mysql5-client/Makefile.common4
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