From 272041c8de24f56a536c0cec709a5f1ae7ddb6bd Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 3 Mar 2006 04:00:09 +0000 Subject: disable assembler stuff on Solaris/x86, because it's likely to work only with GNU as(1). XXX this condition should probably be reversed to the positive case, XXX not the negative case so that it works on more platforms. --- databases/mysql4-client/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/mysql4-client') diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 0ff36db5c95..18173f0634b 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2006/01/23 17:57:47 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.50 2006/03/03 04:00:09 grant Exp $ DISTNAME= mysql-4.1.15 CATEGORIES= databases @@ -65,7 +65,8 @@ CONFIGURE_ARGS+= --with-vio CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET:Q} CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q} -.if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" +.if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" && \ + ${OPSYS} != "SunOS" CONFIGURE_ARGS+= --enable-assembler .endif -- cgit v1.2.3