diff options
author | tv <tv@pkgsrc.org> | 2005-11-09 19:48:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-09 19:48:44 +0000 |
commit | f07f1cf0bc7ce13f9cf02769e7bfbf7dc53460ca (patch) | |
tree | 91b40ec6abf86caf6ef92f7ca03bfb6b2e8456de /databases/mysql-client | |
parent | 235bfae905a4cd0cf5d4eb901b606b41f65081ab (diff) | |
download | pkgsrc-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/mysql-client')
-rw-r--r-- | databases/mysql-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common index 4ea227a65b1..7c3b52adbc7 100644 --- a/databases/mysql-client/Makefile.common +++ b/databases/mysql-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2005/09/27 00:13:29 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.49 2005/11/09 19:48:44 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) +.if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" CONFIGURE_ARGS+= --enable-assembler .endif |