lang/python27: drop noop powerpc64 conditional

This commit is contained in:
Piotr Kubaj 2023-08-08 17:14:30 +02:00
parent bdacc555b3
commit ccfe88db0d

View file

@ -96,10 +96,6 @@ PLIST_SUB+= 32BIT_ONLY="@comment "
PLIST_SUB+= 32BIT_ONLY=""
.endif
.if ${ARCH} == powerpc64
MAKE_ENV+= UNAME_m="powerpc64"
.endif
.if ${ARCH} == sparc64
CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
.endif