diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-15 20:46:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-15 20:46:41 +0000 |
commit | 54e53e16803e068f747338811351550d3e5e674a (patch) | |
tree | a567c9202d45603f549d453b8fa648ed6baf7cbd /lang | |
parent | 83c761bf366eb521a1f1fc295c5422b40c4897c9 (diff) | |
download | pkgsrc-54e53e16803e068f747338811351550d3e5e674a.tar.gz |
PowerPC64 is a 64bit platform.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python27/Makefile | 4 |
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 |