Date: Sat, 12 Aug 2023 01:37:56 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 953225a540a8 - main - lang/luajit: remove workaround for EOL FreeBSD / powerpc* Message-ID: <202308120137.37C1buN5038176@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120137.37C1buN5038176>