lang/tauthon: drop noop powerpc64 conditional

This commit is contained in:
Piotr Kubaj 2023-08-08 17:09:27 +02:00
parent 2b18305d9a
commit bdacc555b3

View file

@ -136,10 +136,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