aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 23:05:24 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:38 +0000
commit953225a540a852c3bea0ad9999c37d945689842c (patch)
treeda8f4d68caea733166e4c5fce45ef4f233c41a0d
parent304fe9a3b623aeb1a3c73ef977af14466c0ffd47 (diff)
downloadports-953225a540a852c3bea0ad9999c37d945689842c.tar.gz
ports-953225a540a852c3bea0ad9999c37d945689842c.zip
lang/luajit: remove workaround for EOL FreeBSD / powerpc*
-rw-r--r--lang/luajit/Makefile5
1 files changed, 0 insertions, 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