svn commit: r514523 - head/databases/lua-lsqlite3
Steve Wills
swills at FreeBSD.org
Tue Oct 15 13:33:35 UTC 2019
Author: swills
Date: Tue Oct 15 13:33:34 2019
New Revision: 514523
URL: https://svnweb.freebsd.org/changeset/ports/514523
Log:
databases/lua-lsqlite3: Fix Makefile options
PR: 241250
Submitted by: yds <yds at Necessitu.de> (maintainer)
Modified:
head/databases/lua-lsqlite3/Makefile (contents, props changed)
Modified: head/databases/lua-lsqlite3/Makefile
==============================================================================
--- head/databases/lua-lsqlite3/Makefile Tue Oct 15 13:09:38 2019 (r514522)
+++ head/databases/lua-lsqlite3/Makefile Tue Oct 15 13:33:34 2019 (r514523)
@@ -20,10 +20,13 @@ USES= localbase:ldflags sqlite:3 zip
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SINGLE= LUA_VERSION
OPTIONS_SINGLE_LUA_VERSION= LUA51 LUA52 LUA53
-OPTIONS_DEFAULT= LUA51
+OPTIONS_DEFAULT=LUA${LUA_DEFAULT:S/.//}
+LUA51_DESC= Build for Lua 5.1 and LuaJIT
LUA51_USES= lua:51
+LUA52_DESC= Build for Lua 5.2
LUA52_USES= lua:52
+LUA53_DESC= Build for Lua 5.3
LUA53_USES= lua:53
CFLAGS+= -pedantic -Wall -Qunused-arguments -fPIC -DPIC\
More information about the svn-ports-all
mailing list