summaryrefslogtreecommitdiff
path: root/dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch')
-rw-r--r--dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch b/dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch
deleted file mode 100644
index 84af757d248b..000000000000
--- a/dev-lua/luv/files/luv-1.32.0.0-cmake_lua_version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -107,7 +107,7 @@
- include_directories(${LUAJIT_INCLUDE_DIR})
- link_directories(${LUAJIT_LIBRARIES})
- else (USE_LUAJIT)
-- find_package(Lua REQUIRED)
-+ find_package(Lua ${LUA_VERSION} EXACT REQUIRED)
- include_directories(${LUA_INCLUDE_DIR})
- endif (USE_LUAJIT)
-