summaryrefslogtreecommitdiff
path: root/databases/mysql5-client
diff options
context:
space:
mode:
authortv <tv>2005-11-09 19:48:44 +0000
committertv <tv>2005-11-09 19:48:44 +0000
commit3c11d8848776f861c812353ca47dd23637cb92b3 (patch)
tree91b40ec6abf86caf6ef92f7ca03bfb6b2e8456de /databases/mysql5-client
parentc9dd690857f45969d7ee13d086a233aeea0d9768 (diff)
downloadpkgsrc-3c11d8848776f861c812353ca47dd23637cb92b3.tar.gz
Don't use the asm string functions on Interix. (To be fixed, but for now
the symbol naming is wrong, so no --enable-assembler will get it built.)
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 f0f284470fe..309b1013630 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2005/10/31 09:21:40 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/11/09 19:48:44 tv Exp $
DISTNAME= mysql-5.0.15
CATEGORIES= databases
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-vio
CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET}
CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET}
-.if !empty(MACHINE_ARCH:Mi386)
+.if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix"
CONFIGURE_ARGS+= --enable-assembler
.endif