pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lame Fix build on i386 Mac OS X 10.4.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2637800f0248
branches: trunk
changeset: 517959:2637800f0248
user: ben <ben%pkgsrc.org@localhost>
date: Sun Aug 27 02:25:49 2006 +0000
description:
Fix build on i386 Mac OS X 10.4.7.
diffstat:
audio/lame/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bae3a960e6ec -r 2637800f0248 audio/lame/Makefile
--- a/audio/lame/Makefile Sun Aug 27 02:15:37 2006 +0000
+++ b/audio/lame/Makefile Sun Aug 27 02:25:49 2006 +0000
@@ -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 @@
-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
Home |
Main Index |
Thread Index |
Old Index