Date: Fri, 16 Feb 2018 17:14:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r462046 - branches/2018Q1/lang/python27 Message-ID: <201802161714.w1GHEexo011760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161714.w1GHEexo011760>