aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files/extrapatch-configure-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/files/extrapatch-configure-qt5')
-rw-r--r--net/wireshark/files/extrapatch-configure-qt537
1 files changed, 0 insertions, 37 deletions
diff --git a/net/wireshark/files/extrapatch-configure-qt5 b/net/wireshark/files/extrapatch-configure-qt5
deleted file mode 100644
index cfe84de16313..000000000000
--- a/net/wireshark/files/extrapatch-configure-qt5
+++ /dev/null
@@ -1,37 +0,0 @@
-Work around the buggy detection of the Qt tools via qtchooser, which adds the -qt=foo
-flag even though the found tool is not qtchooser.
-
---- configure.orig 2017-02-09 18:02:53 UTC
-+++ configure
-@@ -47562,7 +47562,6 @@ fi
- #
- # Add the -qt={version} argument to it.
- #
-- UIC="$UIC -qt=$qt_version"
- else
- #
- # Annoyingly, on some Linux distros (e.g. Debian)
-@@ -47740,7 +47739,6 @@ fi
- #
- # Add the -qt={version} argument to it.
- #
-- MOC="$MOC -qt=$qt_version"
- else
- #
- # Annoyingly, on some Linux distros (e.g. Debian)
-@@ -47918,7 +47916,6 @@ fi
- #
- # Add the -qt={version} argument to it.
- #
-- RCC="$RCC -qt=$qt_version"
- else
- #
- # Annoyingly, on some Linux distros (e.g. Debian)
-@@ -48097,7 +48094,6 @@ fi
- #
- # Add the -qt={version} argument to it.
- #
-- LRELEASE="$LRELEASE -qt=$qt_version"
- else
- #
- # Annoyingly, on some Linux distros (e.g. Debian)