diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-08 15:14:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-10 20:02:23 +0000 |
commit | ccfe88db0ddc68813efa42ed5761a190f19a9d4c (patch) | |
tree | 3171f50de087e2eceb80b1d36f9e40648df2c849 | |
parent | bdacc555b3cf5102fcb26d68e3e0f5324d41a2b3 (diff) |
lang/python27: drop noop powerpc64 conditional
-rw-r--r-- | lang/python27/Makefile | 4 |
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 |