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 Le...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43d334624a9f
branches:  trunk
changeset: 536492:43d334624a9f
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Dec 16 00:08:27 2007 +0000

description:
Disable assembler code under Mac OS X Leopard i386 to fix build failure.

diffstat:

 archivers/lzo/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 308cdef3ac91 -r 43d334624a9f archivers/lzo/Makefile
--- a/archivers/lzo/Makefile    Sat Dec 15 21:15:31 2007 +0000
+++ b/archivers/lzo/Makefile    Sun Dec 16 00:08:27 2007 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/11/05 17:10:43 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.5 2007/12/16 00:08:27 tron Exp $
 
 DISTNAME=      lzo-2.02
 CATEGORIES=    archivers
@@ -17,4 +16,10 @@
 USE_LIBTOOL=   YES
 TEST_TARGET=   test
 
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386)
+CONFIGURE_ARGS+=       --disable-asm
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index