From bff01b31e061e3b4fe9c6dfb999959996ae3b46d Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Sep 2009 13:33:59 +0000 Subject: [PATCH] Disable assembler code under Mac OS X Leopard to fix build failure. --- multimedia/libtheora/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 6f57fe5be4c8..39f44a1f656a 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