pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Disable assembler code under Mac ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/005beeec3155
branches: trunk
changeset: 399118:005beeec3155
user: tron <tron%pkgsrc.org@localhost>
date: Sun Sep 13 13:33:59 2009 +0000
description:
Disable assembler code under Mac OS X Leopard to fix build failure.
diffstat:
multimedia/libtheora/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3ae28487ee73 -r 005beeec3155 multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile Sun Sep 13 13:32:50 2009 +0000
+++ b/multimedia/libtheora/Makefile Sun Sep 13 13:33:59 2009 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index