pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lame PR 36582: John Ruschmeyer: Don't use nasm o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8a80f04d0bc
branches:  trunk
changeset: 530611:a8a80f04d0bc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jul 02 15:03:58 2007 +0000

description:
PR 36582: John Ruschmeyer: Don't use nasm on Interix.

diffstat:

 audio/lame/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8f0252142f8 -r a8a80f04d0bc audio/lame/Makefile
--- a/audio/lame/Makefile       Mon Jul 02 14:59:19 2007 +0000
+++ b/audio/lame/Makefile       Mon Jul 02 15:03:58 2007 +0000
@@ -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 @@
                -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



Home | Main Index | Thread Index | Old Index