pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python27 Add ia64 to IS_64BIT_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/688f637dc5f8
branches:  trunk
changeset: 347595:688f637dc5f8
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed May 25 16:56:41 2016 +0000

description:
Add ia64 to IS_64BIT_PLATFORM.

>From scole_mail via PR pkg/51166.

diffstat:

 lang/python27/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 321a21cfebc4 -r 688f637dc5f8 lang/python27/Makefile
--- a/lang/python27/Makefile    Wed May 25 16:27:00 2016 +0000
+++ b/lang/python27/Makefile    Wed May 25 16:56:41 2016 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index