Skip to content

Commit

Permalink
lang/luajit: remove workaround for EOL FreeBSD / powerpc*
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent 304fe9a commit 953225a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lang/luajit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 953225a

Please sign in to comment.