diff options
author | 2020-12-20 22:36:37 +0000 | |
---|---|---|
committer | 2020-12-20 22:44:01 +0000 | |
commit | 6636718bb751bf82e39dd6127a596a4cef54a087 (patch) | |
tree | 92b57616c3014eb8bfa2c75faa35b72691a74484 /net-analyzer/wireshark/files | |
parent | dev-lang/ghc: 8.10.2: add x86 binary built by Jack (diff) | |
download | gentoo-6636718bb751bf82e39dd6127a596a4cef54a087.tar.gz gentoo-6636718bb751bf82e39dd6127a596a4cef54a087.tar.bz2 gentoo-6636718bb751bf82e39dd6127a596a4cef54a087.zip |
net-analyzer/wireshark: migrate to lua-single.eclass
Both the latest release and the live ebuild. Nothing special, just
the usual version-selection treatment. Compatibility as specified
in the upstream build scripts.
Closes: https://bugs.gentoo.org/752789
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch new file mode 100644 index 00000000000..18f663b7d81 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch @@ -0,0 +1,11 @@ +--- a/cmake/modules/FindLUA.cmake ++++ b/cmake/modules/FindLUA.cmake +@@ -19,7 +19,7 @@ + + if(NOT WIN32) + find_package(PkgConfig) +- pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51) ++ pkg_search_module(LUA lua) + if(NOT LUA_FOUND) + pkg_search_module(LUA "lua<=5.2.99") + endif() |