From b7b361f57b02dbe42fbdf465ece9e9157061cfca Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 26 May 2010 14:30:36 +0000 Subject: Turn off assembler code under all version of Mac OS X Intel (instead of only Leopard) to avoid build problems. --- multimedia/xvidcore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/xvidcore') diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index b9eebc0f89d..09e094aa4a5 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/06/02 17:10:53 drochner Exp $ +# $NetBSD: Makefile,v 1.36 2010/05/26 14:30:36 tron Exp $ DISTNAME= xvidcore-1.2.2 CATEGORIES= multimedia @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir # big patch available from Gentoo, if someone is interested: # http://bugs.gentoo.org/show_bug.cgi?id=90287 .if ${OPSYS} == "SunOS" || ${MACHINE_ARCH} == "x86_64" || \ - !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386) + !empty(MACHINE_PLATFORM:MDarwin-*-i386) CONFIGURE_ARGS+= --disable-assembly .elif ${MACHINE_ARCH} == "i386" BUILD_DEPENDS+= nasm>=0.98.39nb3:../../devel/nasm -- cgit v1.2.3