On 04/24/14 06:23, Pascal Schmid wrote:
Hi ports,
premake is a build config tool.
Tested on amd64, i386 and macppc.
HOMEPAGE: http://industriousone.com/premake
- Pascal
Random bikeshedding:
Why not use the lua on the system? Is the included lua somehow different?
Something like:
MAKE_FLAGS=INCLUDES=-I${MODLUA_INCL_DIR} LIB="-m -L${LOCALBASE}/lib
${MODLUA_LIB}"
would do the trick, remembering to add ${MODLUA_WANTLIB} to WANTLIB and
MODULES=lang/lua.
You'll have to patch ${WRKSRC}/Premake4.make to remove the building of
its internal lua but it'll save you having to chase lua fixes in the
future (Maybe you can even get upstream to support building with a
system lua in future releases). Also lets you have fewer patches.
Built with the system lua, make test passes all tests on amd64.
~Brian