summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore
diff options
context:
space:
mode:
authortron <tron>2010-05-26 14:30:36 +0000
committertron <tron>2010-05-26 14:30:36 +0000
commitebfdbf6d885c7215b7ac7b97991bcdef847a3b5c (patch)
tree799da487e3ca325335cb397792fc576c77fcf9ce /multimedia/xvidcore
parent23296d6338608145265716e86ae2652b8937aa24 (diff)
downloadpkgsrc-ebfdbf6d885c7215b7ac7b97991bcdef847a3b5c.tar.gz
Turn off assembler code under all version of Mac OS X Intel (instead of
only Leopard) to avoid build problems.
Diffstat (limited to 'multimedia/xvidcore')
-rw-r--r--multimedia/xvidcore/Makefile4
1 files changed, 2 insertions, 2 deletions
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