From ccfe88db0ddc68813efa42ed5761a190f19a9d4c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 8 Aug 2023 17:14:30 +0200 Subject: [PATCH] lang/python27: drop noop powerpc64 conditional --- lang/python27/Makefile | 4 ---- 1 file changed, 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