lang/python27: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-10-07 14:59:18 +02:00
parent 1d7037bbce
commit 14915a1bfe

View file

@ -88,7 +88,7 @@ PLIST_SUB+= X86_ONLY=""
PLIST_SUB+= X86_ONLY="@comment "
.endif
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
.if ${ARCH:M*64*}
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""