git: 953225a540a8 - main - lang/luajit: remove workaround for EOL FreeBSD / powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:37:56 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=953225a540a852c3bea0ad9999c37d945689842c commit 953225a540a852c3bea0ad9999c37d945689842c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-10 23:05:24 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:38 +0000 lang/luajit: remove workaround for EOL FreeBSD / powerpc* --- lang/luajit/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index cac47cb19078..99b5b967968e 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -34,11 +34,6 @@ PLIST_SUB+= VERSION=${DISTVERSION} .include <bsd.port.pre.mk> -.if ${ARCH:Mpowerpc*} && ${COMPILER_VERSION} < 140 -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -fno-integrated-as -.endif - .if ${PORT_OPTIONS:MPTHREAD} LDFLAGS+= -lm -pthread .endif