summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-07-02 15:03:58 +0000
committertnn <tnn@pkgsrc.org>2007-07-02 15:03:58 +0000
commit2842e54d0ef540b45920970e8df33a4ab6f72101 (patch)
treec1b838f5fbe48cf1021c79c799a1a00ecb04ae19 /audio/lame
parent370e455e33fe11d2d1cc0d16c767c5e2e0315748 (diff)
downloadpkgsrc-2842e54d0ef540b45920970e8df33a4ab6f72101.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