aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 15:14:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 20:02:23 +0000
commitccfe88db0ddc68813efa42ed5761a190f19a9d4c (patch)
tree3171f50de087e2eceb80b1d36f9e40648df2c849 /lang
parentbdacc555b3cf5102fcb26d68e3e0f5324d41a2b3 (diff)
downloadports-ccfe88db0ddc68813efa42ed5761a190f19a9d4c.tar.gz
ports-ccfe88db0ddc68813efa42ed5761a190f19a9d4c.zip
lang/python27: drop noop powerpc64 conditional
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index c63393dbf1ae..b5ca6db9ebd0 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -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