summaryrefslogtreecommitdiff
path: root/app-text/podofo/files/podofo-0.9.6_p20190928-cmake_lua_version.patch
blob: f178ae2a6c0cc44f6121d78a3dc8b553fc772118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Switch from the non-standard upstream CMake Lua module to the one bundled
with CMake, use only the Lua version requested by the ebuild, and do not
semi-quietly ignore the absence of Lua.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -433,7 +433,7 @@
 ENDIF(WANT_FONTCONFIG)
 
 IF(NOT PODOFO_BUILD_LIB_ONLY)
-FIND_PACKAGE(LUA)
+FIND_PACKAGE(Lua ${LUA_VERSION} EXACT REQUIRED)
 IF(LUA_FOUND)
 	# If we have lua, we can build podofoimpose.
 	MESSAGE("Lua found - PoDoFoImpose and PoDoFoColor will be built with Lua support")