pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python26 Fix last change, "Nav.so" is only missin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6888df0ae8c
branches: trunk
changeset: 399561:b6888df0ae8c
user: tron <tron%pkgsrc.org@localhost>
date: Tue Sep 22 13:50:42 2009 +0000
description:
Fix last change, "Nav.so" is only missing if we use the 64-Bit ABI
under Mac OS X Snow Leopard.
diffstat:
lang/python26/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1cd2faf68088 -r b6888df0ae8c lang/python26/Makefile
--- a/lang/python26/Makefile Tue Sep 22 13:46:09 2009 +0000
+++ b/lang/python26/Makefile Tue Sep 22 13:50:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/09/21 13:06:43 tron Exp $
+# $NetBSD: Makefile,v 1.9 2009/09/22 13:50:42 tron Exp $
DISTNAME= Python-2.6.2
PKGNAME= python26-2.6.2
@@ -109,7 +109,7 @@
INSTALL_UNSTRIPPED= yes
PLIST_VARS+= nav
-. if !empty(MACHINE_PLATFORM:MDarwin-[0-9].*-*)
+. if ${ABI} != "64"
PLIST.nav= yes
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index