pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/lame Do not depend on nasm in Solaris x86, it's ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63a26e5569a3
branches:  trunk
changeset: 498828:63a26e5569a3
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Sep 04 02:37:02 2005 +0000

description:
Do not depend on nasm in Solaris x86, it's known to fail.

diffstat:

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

diffs (18 lines):

diff -r 082f790f107c -r 63a26e5569a3 audio/lame/Makefile
--- a/audio/lame/Makefile       Sun Sep 04 00:33:18 2005 +0000
+++ b/audio/lame/Makefile       Sun Sep 04 02:37:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/08/30 16:12:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.51 2005/09/04 02:37:02 xtraeme Exp $
 #
 
 DISTNAME=      lame-${VERS}
@@ -40,7 +40,7 @@
                -finline-functions -DFLOAT=double -DFLOAT_MAX=DBL_MAX
 .endif
 
-.if ${MACHINE_ARCH} == "i386"
+.if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS")
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 CONFIGURE_ARGS+=       --enable-nasm
 .endif



Home | Main Index | Thread Index | Old Index