mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/wireshark: Fix USE='-lua -plugins'
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Closes: https://bugs.gentoo.org/705656 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
--- a/ui/qt/about_dialog.cpp
|
||||
+++ b/ui/qt/about_dialog.cpp
|
||||
@@ -112,7 +112,6 @@ QStringList AuthorListModel::headerColumns() const
|
||||
return QStringList() << tr("Name") << tr("Email");
|
||||
}
|
||||
|
||||
-#if defined(HAVE_PLUGINS) || defined(HAVE_LUA)
|
||||
static void plugins_add_description(const char *name, const char *version,
|
||||
const char *types, const char *filename,
|
||||
void *user_data)
|
||||
@@ -121,7 +120,6 @@ static void plugins_add_description(const char *name, const char *version,
|
||||
QStringList plugin_row = QStringList() << name << version << types << filename;
|
||||
*plugin_data << plugin_row;
|
||||
}
|
||||
-#endif
|
||||
|
||||
PluginListModel::PluginListModel(QObject * parent) : AStringListListModel(parent)
|
||||
{
|
||||
@@ -86,6 +86,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.4-androiddump.patch
|
||||
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
|
||||
"${FILESDIR}"/${PN}-2.9.0-tfshark-libm.patch
|
||||
"${FILESDIR}"/${PN}-99999999-about_dialog-plugins_add_description.patch
|
||||
"${FILESDIR}"/${PN}-99999999-androiddump-wsutil.patch
|
||||
"${FILESDIR}"/${PN}-99999999-qtsvg.patch
|
||||
"${FILESDIR}"/${PN}-99999999-ui-needs-wiretap.patch
|
||||
|
||||
@@ -86,6 +86,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.4-androiddump.patch
|
||||
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
|
||||
"${FILESDIR}"/${PN}-2.9.0-tfshark-libm.patch
|
||||
"${FILESDIR}"/${PN}-99999999-about_dialog-plugins_add_description.patch
|
||||
"${FILESDIR}"/${PN}-99999999-androiddump-wsutil.patch
|
||||
"${FILESDIR}"/${PN}-99999999-qtsvg.patch
|
||||
"${FILESDIR}"/${PN}-99999999-ui-needs-wiretap.patch
|
||||
|
||||
Reference in New Issue
Block a user