summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortron <tron>2009-04-16 04:03:49 +0000
committertron <tron>2009-04-16 04:03:49 +0000
commit4ebee3b738949d808659b7b393c948ebbcbfca9d (patch)
treee7529d21b2c2f16304e44af6e5af447f6b53d76e /multimedia
parent3b512b977c1976989fa33df837b873196ee68237 (diff)
downloadpkgsrc-4ebee3b738949d808659b7b393c948ebbcbfca9d.tar.gz
Enable assembler support under Mac OS X Intel again. It can still break
the build, not sure why it doesn't on all of the systems I tested.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtheora/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 97ed0a6a38e..6f57fe5be4c 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/02/15 23:34:06 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2009/04/16 04:03:49 tron Exp $
#
.include "Makefile.common"
@@ -20,7 +20,8 @@ CONFIGURE_ENV+= HAVE_PDFLATEX=no
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Msunpro)
+.if !empty(PKGSRC_COMPILER:Msunpro) || \
+ !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386)
CONFIGURE_ARGS+= --disable-asm
.endif