View | Details | Raw Unified | Return to bug 239163 | Differences between
and this patch

Collapse All | Expand All

(-)lang/python27/Makefile (-1 / +1 lines)
Lines 88-94 Link Here
88
PLIST_SUB+=	X86_ONLY="@comment "
88
PLIST_SUB+=	X86_ONLY="@comment "
89
.endif
89
.endif
90
90
91
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
91
.if ${ARCH:M*64*}
92
PLIST_SUB+=	32BIT_ONLY="@comment "
92
PLIST_SUB+=	32BIT_ONLY="@comment "
93
.else
93
.else
94
PLIST_SUB+=	32BIT_ONLY=""
94
PLIST_SUB+=	32BIT_ONLY=""

Return to bug 239163