summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authortnn <tnn>2007-07-02 15:03:58 +0000
committertnn <tnn>2007-07-02 15:03:58 +0000
commit88d9d833ff7d4db66d79feb7cd7011a62631908f (patch)
treec1b838f5fbe48cf1021c79c799a1a00ecb04ae19 /audio/lame
parent5b459e88352ac2f1fa960c0953e3e7a117abc564 (diff)
downloadpkgsrc-88d9d833ff7d4db66d79feb7cd7011a62631908f.tar.gz
PR 36582: John Ruschmeyer: Don't use nasm on Interix.
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 6fd642b0433..ee62cd7690f 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2007/07/01 15:51:33 heinz Exp $
+# $NetBSD: Makefile,v 1.59 2007/07/02 15:03:58 tnn Exp $
#
DISTNAME= lame-${VERS}
@@ -41,7 +41,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" && ${OPSYS} != "Darwin"
+.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin" && ${OPSYS} != "Interix"
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
CONFIGURE_ARGS+= --enable-nasm
.endif