summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-15 20:46:41 +0000
committerjoerg <joerg>2013-10-15 20:46:41 +0000
commite0d32656c950a30a8fdf00927cacfee3e256a826 (patch)
treea567c9202d45603f549d453b8fa648ed6baf7cbd /lang/python27
parent2905b74a7455d5db6583c6ccab39bd10e8ae71a4 (diff)
downloadpkgsrc-e0d32656c950a30a8fdf00927cacfee3e256a826.tar.gz
PowerPC64 is a 64bit platform.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 5a18d7b58cf..bdf697ec4ea 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/09/20 21:49:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2013/10/15 20:46:41 joerg Exp $
.include "dist.mk"
@@ -80,7 +80,7 @@ PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q}
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "amd64") || \
(${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "x86_64") || \
- (defined(ABI) && ${ABI} == "64")
+ (${MACHINE_ARCH} == "powerpc64") || (defined(ABI) && ${ABI} == "64")
IS_64BIT_PLATFORM?= yes
.else
IS_64BIT_PLATFORM?= no