summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortv <tv>2005-11-09 19:49:52 +0000
committertv <tv>2005-11-09 19:49:52 +0000
commit1e254cca1ccda49bd5705efafa2d1877410d7e72 (patch)
tree71d61ae049913b79bc36e37e0ffc72c203588768 /databases
parent846f8b3bfb0550037623b41a5cd8a0b9f9ee2d54 (diff)
downloadpkgsrc-1e254cca1ccda49bd5705efafa2d1877410d7e72.tar.gz
Revert previous: mysql-client-4.0.x does build on Interix with
--enable-assembler supplied.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 7c3b52adbc7..485cdaa41f1 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2005/11/09 19:48:44 tv Exp $
+# $NetBSD: Makefile.common,v 1.50 2005/11/09 19:49:52 tv Exp $
DISTNAME= mysql-4.0.26
CATEGORIES= databases
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-vio
CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET}
CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET}
-.if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix"
+.if !empty(MACHINE_ARCH:Mi386)
CONFIGURE_ARGS+= --enable-assembler
.endif