summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorben <ben>2006-08-27 02:25:49 +0000
committerben <ben>2006-08-27 02:25:49 +0000
commit4ac795bd496deae38c06fd6615ce290e787072cc (patch)
treea612c53711d3796b62b34b13711d2f6b250c27fd /audio
parentf75c0a004b84e89f5f0f069e3478b91b52ae6af6 (diff)
downloadpkgsrc-4ac795bd496deae38c06fd6615ce290e787072cc.tar.gz
Fix build on i386 Mac OS X 10.4.7.
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/Makefile4
1 files changed, 2 insertions, 2 deletions
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