From e3a4079259be9b1cf333c38c6a58722967c05a31 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Sep 2009 13:11:56 +0000 Subject: Disable assembler code under Mac OS X Snow Leopard to fix build failure. --- archivers/lzo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers/lzo') diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 780ca6ffc67..18c3c31e081 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/20 15:11:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/13 13:11:56 tron Exp $ DISTNAME= lzo-2.03 CATEGORIES= archivers @@ -18,7 +18,8 @@ TEST_TARGET= test .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) +.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \ + !empty(MACHINE_PLATFORM:MDarwin-??.*-*) CONFIGURE_ARGS+= --disable-asm .endif -- cgit v1.2.3