Don't use x86 assembly on Darwin, as it doesn't build.

This commit is contained in:
schmonz 2007-06-18 02:45:31 +00:00
parent 89308f6bd5
commit 07cec4a1dc

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.43 2007/02/22 19:01:17 wiz Exp $
# $NetBSD: Makefile,v 1.44 2007/06/18 02:45:31 schmonz Exp $
DISTNAME= gmp-4.2.1
CATEGORIES= devel math
@ -30,4 +30,9 @@ ABI= o32
GCC_REQD+= 3.0
.endif
.if ${OPSYS} == "Darwin" && ${MACHINE_ARCH} == "i386"
# don't use x86 assembly (it doesn't build)
CONFIGURE_ENV+= MPN_PATH="generic"
.endif
.include "../../mk/bsd.pkg.mk"