diff options
author | leot <leot@pkgsrc.org> | 2016-05-25 16:56:41 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-05-25 16:56:41 +0000 |
commit | d5b02f676a56a9f759914f96c9191d776dff36f0 (patch) | |
tree | b88f667337b9b19bbc0fca7aed8f00a80c439530 | |
parent | c540cac1e33a2fbe78869c3582294de4658c838c (diff) | |
download | pkgsrc-d5b02f676a56a9f759914f96c9191d776dff36f0.tar.gz |
Add ia64 to IS_64BIT_PLATFORM.
From scole_mail via PR pkg/51166.
-rw-r--r-- | lang/python27/Makefile | 3 |
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 |