pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Enable assembler support under Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e336ee31738
branches: trunk
changeset: 557486:0e336ee31738
user: tron <tron%pkgsrc.org@localhost>
date: Thu Apr 16 04:03:49 2009 +0000
description:
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:
multimedia/libtheora/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 80159cb4e3d1 -r 0e336ee31738 multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile Thu Apr 16 00:25:21 2009 +0000
+++ b/multimedia/libtheora/Makefile Thu Apr 16 04:03:49 2009 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index