summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorleot <leot>2016-05-25 16:56:41 +0000
committerleot <leot>2016-05-25 16:56:41 +0000
commit33027a6548371ffa42538cb75f90be79db6a0474 (patch)
tree110b72cad881430009f12400e8a1ddebcfe11bf2 /lang
parent92b35d8254673cbe42c0b15d9383c0bf2193d09c (diff)
downloadpkgsrc-33027a6548371ffa42538cb75f90be79db6a0474.tar.gz
Add ia64 to IS_64BIT_PLATFORM.
From scole_mail via PR pkg/51166.
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index d614b08da83..f4d6eb36b54 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2016/04/10 16:39:27 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2016/05/25 16:56:41 leot Exp $
.include "dist.mk"
@@ -84,6 +84,7 @@ PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q}
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
+ (${MACHINE_ARCH} == "ia64") || \
(defined(ABI) && ${ABI} == "64")
IS_64BIT_PLATFORM?= yes
.else