summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-09 19:48:44 +0000
committertv <tv@pkgsrc.org>2005-11-09 19:48:44 +0000
commitf07f1cf0bc7ce13f9cf02769e7bfbf7dc53460ca (patch)
tree91b40ec6abf86caf6ef92f7ca03bfb6b2e8456de /databases/mysql4-client
parent235bfae905a4cd0cf5d4eb901b606b41f65081ab (diff)
downloadpkgsrc-f07f1cf0bc7ce13f9cf02769e7bfbf7dc53460ca.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/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index c9e6002ab60..75dfe58eef6 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2005/10/29 14:14:00 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.46 2005/11/09 19:48:44 tv Exp $
DISTNAME= mysql-4.1.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