svn commit: r462046 - branches/2018Q1/lang/python27

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 16 17:14:40 UTC 2018


Author: sunpoet
Date: Fri Feb 16 17:14:39 2018
New Revision: 462046
URL: https://svnweb.freebsd.org/changeset/ports/462046

Log:
  MFH: r462044
  
  Clean up ARCH statement
  
  PR:		223985
  Submitted by:	linimon
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q1/lang/python27/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/lang/python27/Makefile
==============================================================================
--- branches/2018Q1/lang/python27/Makefile	Fri Feb 16 16:56:07 2018	(r462045)
+++ branches/2018Q1/lang/python27/Makefile	Fri Feb 16 17:14:39 2018	(r462046)
@@ -93,7 +93,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=""


More information about the svn-ports-branches mailing list