diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2024-02-29 21:11:00 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2024-03-23 11:19:32 +0000 |
| commit | d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72 (patch) | |
| tree | 9d8213e1b1e5282e29759072d5d6995f80545f7f /lang/lua52 | |
| parent | bf99270dd45b421fdb90b36ea45c88bb19a9562f (diff) | |
Diffstat (limited to 'lang/lua52')
| -rw-r--r-- | lang/lua52/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 668565afb4ad..6b1c8c2f4da5 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -14,14 +14,6 @@ LICENSE= MIT USES= cpe libedit lua:core,52 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} - # liblua.so requires libm, so make sure it has an explicit dependency # so that applications need not second-guess lua's dependencies. CPPFLAGS+= -I${LOCALBASE}/include |
