summaryrefslogtreecommitdiff
path: root/multimedia/libtheora
diff options
context:
space:
mode:
authortron <tron>2009-09-13 13:33:59 +0000
committertron <tron>2009-09-13 13:33:59 +0000
commit92de5107fe91d330969ec64f4dbc789ec920aeae (patch)
tree62c90c648a21b7a79b681919c1aebe882ab3fa06 /multimedia/libtheora
parent9d20d02a185c1ee9395667644e124c724919f6fd (diff)
downloadpkgsrc-92de5107fe91d330969ec64f4dbc789ec920aeae.tar.gz
Disable assembler code under Mac OS X Leopard to fix build failure.
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r--multimedia/libtheora/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 6f57fe5be4c..39f44a1f656 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2009/04/16 04:03:49 tron Exp $
+# $NetBSD: Makefile,v 1.27 2009/09/13 13:33:59 tron Exp $
#
.include "Makefile.common"
@@ -21,7 +21,8 @@ CONFIGURE_ENV+= HAVE_PDFLATEX=no
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro) || \
- !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386)
+ !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \
+ !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
CONFIGURE_ARGS+= --disable-asm
.endif