From 4227e9770b600c88553566db6bc6af898a071a41 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 27 Aug 2006 02:25:49 +0000 Subject: Fix build on i386 Mac OS X 10.4.7. --- audio/lame/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/lame/Makefile') diff --git a/audio/lame/Makefile b/audio/lame/Makefile index ac4c5404630..c90752f61f4 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/02/05 23:08:10 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2006/08/27 02:25:49 ben Exp $ # DISTNAME= lame-${VERS} @@ -40,7 +40,7 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -finline-functions -DFLOAT=double -DFLOAT_MAX=DBL_MAX .endif -.if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS") +.if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin") BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm CONFIGURE_ARGS+= --enable-nasm .endif -- cgit v1.2.3