commit:     cf90a0a162eec88c81a4bba686d688f7784fbe6a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 19:03:26 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 19:03:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf90a0a1

net-analyzer/wireshark: force bundled lemon

Closes: https://bugs.gentoo.org/933119
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild | 3 +++
 net-analyzer/wireshark/wireshark-4.2.5.ebuild    | 3 +++
 net-analyzer/wireshark/wireshark-9999.ebuild     | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild 
b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild
index 44d0382c77bb..4b5688aeff54 100644
--- a/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild
@@ -203,6 +203,9 @@ src_configure() {
                -DPython3_EXECUTABLE="${PYTHON}"
                -DCMAKE_DISABLE_FIND_PACKAGE_{Asciidoctor,DOXYGEN}=$(usex !doc)
 
+               # Force bundled lemon (bug 933119)
+               -DLEMON_EXECUTABLE=
+
                $(use androiddump && use pcap && echo 
-DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
                $(usex gui LRELEASE=$(qt5_get_bindir)/lrelease '')
                $(usex gui MOC=$(qt5_get_bindir)/moc '')

diff --git a/net-analyzer/wireshark/wireshark-4.2.5.ebuild 
b/net-analyzer/wireshark/wireshark-4.2.5.ebuild
index 550be16a4dec..ef484db79a7e 100644
--- a/net-analyzer/wireshark/wireshark-4.2.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.2.5.ebuild
@@ -204,6 +204,9 @@ src_configure() {
                -DPython3_EXECUTABLE="${PYTHON}"
                -DCMAKE_DISABLE_FIND_PACKAGE_{Asciidoctor,DOXYGEN}=$(usex !doc)
 
+               # Force bundled lemon (bug 933119)
+               -DLEMON_EXECUTABLE=
+
                $(use androiddump && use pcap && echo 
-DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
                $(usex gui LRELEASE=$(qt5_get_bindir)/lrelease '')
                $(usex gui MOC=$(qt5_get_bindir)/moc '')

diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild 
b/net-analyzer/wireshark/wireshark-9999.ebuild
index 44fe8772760b..173fb4221235 100644
--- a/net-analyzer/wireshark/wireshark-9999.ebuild
+++ b/net-analyzer/wireshark/wireshark-9999.ebuild
@@ -204,6 +204,9 @@ src_configure() {
                -DPython3_EXECUTABLE="${PYTHON}"
                -DCMAKE_DISABLE_FIND_PACKAGE_{Asciidoctor,DOXYGEN}=$(usex !doc)
 
+               # Force bundled lemon (bug 933119)
+               -DLEMON_EXECUTABLE=
+
                $(use androiddump && use pcap && echo 
-DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
                $(usex gui LRELEASE=$(qt5_get_bindir)/lrelease '')
                $(usex gui MOC=$(qt5_get_bindir)/moc '')

Reply via email to