git: ccfe88db0ddc - main - lang/python27: drop noop powerpc64 conditional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:37 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccfe88db0ddc68813efa42ed5761a190f19a9d4c commit ccfe88db0ddc68813efa42ed5761a190f19a9d4c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 15:14:30 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:23 +0000 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