pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lzo Disable assembler code under Mac OS X Sn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc3b566783c6
branches: trunk
changeset: 399114:bc3b566783c6
user: tron <tron%pkgsrc.org@localhost>
date: Sun Sep 13 13:11:56 2009 +0000
description:
Disable assembler code under Mac OS X Snow Leopard to fix build failure.
diffstat:
archivers/lzo/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r aa10598e5f90 -r bc3b566783c6 archivers/lzo/Makefile
--- a/archivers/lzo/Makefile Sun Sep 13 13:07:11 2009 +0000
+++ b/archivers/lzo/Makefile Sun Sep 13 13:11:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/05/20 15:11:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/13 13:11:56 tron Exp $
DISTNAME= lzo-2.03
CATEGORIES= archivers
@@ -18,7 +18,8 @@
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386)
+.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \
+ !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
CONFIGURE_ARGS+= --disable-asm
.endif
Home |
Main Index |
Thread Index |
Old Index