Package: termit / 3.1-3

Metadata

Package Version Patches format
termit 3.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix_TERMIT_CFLAGS.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 `lua_include_dir` is incorrect, the correct one is `lua_includedir`.
Thus, "-I${LUA_INCLUDE_DIR}" will become "-I", suppressing the following
argument. However, it can be simply dropped as d9731f1 has already
included `LUA_CFLAGS` in `TERMIT_CFLAGS`.