svn commit: r390967 - head/lang/python27
Sean Bruno
sbruno at FreeBSD.org
Tue Jun 30 15:44:06 UTC 2015
Author: sbruno
Date: Tue Jun 30 15:44:05 2015
New Revision: 390967
URL: https://svnweb.freebsd.org/changeset/ports/390967
Log:
Add AARCH64 to the list of 64bit targets that require PLIST handling
PR: 201182
Differential Revision: https://reviews.freebsd.org/D2948
Reviewed by: koobs lwhsu emaste
Modified:
head/lang/python27/Makefile
Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile Tue Jun 30 15:39:41 2015 (r390966)
+++ head/lang/python27/Makefile Tue Jun 30 15:44:05 2015 (r390967)
@@ -83,7 +83,7 @@ PLIST_SUB+= X86_ONLY=""
PLIST_SUB+= X86_ONLY="@comment "
.endif
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""
More information about the svn-ports-all
mailing list