summaryrefslogtreecommitdiff
path: root/dev-lua/luv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-04 22:22:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-04 22:22:10 +0100
commit16dba5216d31038098e918bd83df2aaa1849d4e9 (patch)
tree0d2284cd8987cba0f4c8bda80c2c4e6d172249aa /dev-lua/luv/files
parent0979d3ddb6ea14d17e52fd0ba2e01f928948384a (diff)
gentoo auto-resync : 04:09:2023 - 22:22:10
Diffstat (limited to 'dev-lua/luv/files')
-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)
-