summaryrefslogtreecommitdiffstats
path: root/network/wireshark/wireshark.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-03-10 10:36:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-12 06:42:43 +0700
commit92ea96347889e1425439e0049c427900ee198c46 (patch)
tree0a4f42df4a147b05f0764b07a6a00a7e37eeb669 /network/wireshark/wireshark.SlackBuild
parent05e785a730c87577e866ed13c715139180fff5c9 (diff)
downloadslackbuilds-92ea96347889e1425439e0049c427900ee198c46.tar.gz
slackbuilds-92ea96347889e1425439e0049c427900ee198c46.tar.xz
network/wireshark: Updated for version 2.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/wireshark/wireshark.SlackBuild')
-rw-r--r--network/wireshark/wireshark.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 8bbee5a50b..c0e896fc45 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -28,7 +28,7 @@
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=wireshark
-VERSION=${VERSION:-1.12.2}
+VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,9 +75,6 @@ find -L . \
# systems with 32bit compat libs install. Thanks to Heinz Wiesinger.
sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" configure.ac
-# Force use of qt4 libs
-sed -i 's/for modprefix in Qt5 Qt/for modprefix in Qt/' acinclude.m4
-
# run autoreconf so it'll use the correct automake version.
autoreconf -f -i