lang/lua54: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-03-26 12:23:05 +01:00
parent f06d9f4762
commit e478992519

View file

@ -14,14 +14,6 @@ LICENSE= MIT
USES= cpe lua:core,54
USE_LDCONFIG= yes
# Overriding __MAKE_CONF makes sure that we don't re-parse
# /etc/make.conf during do-build, which would jeopardize the build
# if, for instance, the user set CFLAGS=mumble
# NOTE: /etc/make.conf is read BEFORE Makefile, so we already
# have its settings when we get here.
# See http://wiki.freebsd.org/MatthiasAndree/LuaLessonsLearnt
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
# using the "bsd" target rather than "freebsd" saves patching out the
# assumption of using base libedit in order to make it configurable. "bsd"
# is "generic" plus the POSIX and DLOPEN options, plus -Wl,-E at link time;