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 | 878dd7a74472fdaf36b5b9e7fd0cff9cec67a7b3 (patch) | |
tree | 91b40ec6abf86caf6ef92f7ca03bfb6b2e8456de /databases/mysql5-client | |
parent | 5500fa5daf7d5c55e2b1b3c39d293d8163b2016e (diff) | |
download | pkgsrc-878dd7a74472fdaf36b5b9e7fd0cff9cec67a7b3.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.common | 4 |
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 |