Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 15:43:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462044 - head/lang/python27
Message-ID:  <201802161543.w1GFhh0b066564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 16 15:43:43 2018
New Revision: 462044
URL: https://svnweb.freebsd.org/changeset/ports/462044

Log:
  Clean up ARCH statement
  
  PR:		223985
  Submitted by:	linimon
  MFH:		2018Q1

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Fri Feb 16 15:43:37 2018	(r462043)
+++ head/lang/python27/Makefile	Fri Feb 16 15:43:43 2018	(r462044)
@@ -89,7 +89,7 @@ PLIST_SUB+=	X86_ONLY=""
 PLIST_SUB+=	X86_ONLY="@comment "
 .endif
 
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
 PLIST_SUB+=	32BIT_ONLY="@comment "
 .else
 PLIST_SUB+=	32BIT_ONLY=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161543.w1GFhh0b066564>