Fix build on i386 Mac OS X 10.4.7.

This commit is contained in:
ben 2006-08-27 02:25:49 +00:00
parent dfc345b377
commit 4227e9770b

View file

@ -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 @@ 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")
.if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin")
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
CONFIGURE_ARGS+= --enable-nasm
.endif