aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 15:09:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 20:02:23 +0000
commitbdacc555b3cf5102fcb26d68e3e0f5324d41a2b3 (patch)
treeb04e310a84cee9501361cc03b2dd0a34136f3d90
parent2b18305d9abb208f5c3b5b603f34ada9ddde809a (diff)
downloadports-bdacc555b3cf5102fcb26d68e3e0f5324d41a2b3.tar.gz
ports-bdacc555b3cf5102fcb26d68e3e0f5324d41a2b3.zip
lang/tauthon: drop noop powerpc64 conditional
-rw-r--r--lang/tauthon/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile
index 2c3a1228941b..15f6046f3f6e 100644
--- a/lang/tauthon/Makefile
+++ b/lang/tauthon/Makefile
@@ -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