summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-06-08 14:24:04 +0200
committerJeroen Roovers <jer@gentoo.org>2017-06-08 14:24:29 +0200
commitf4580cbf465a0506987d8c398432a109271c9ede (patch)
tree316338a66b113228ac853a6670879fcb3480d3d9 /net-analyzer/wireshark/files
parentmedia-libs/spandsp: Mark ~hppa too. (diff)
downloadgentoo-f4580cbf465a0506987d8c398432a109271c9ede.tar.gz
gentoo-f4580cbf465a0506987d8c398432a109271c9ede.tar.bz2
gentoo-f4580cbf465a0506987d8c398432a109271c9ede.zip
net-analyzer/wireshark: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r--net-analyzer/wireshark/files/wireshark-99999999-sse4_2.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-sse4_2.patch b/net-analyzer/wireshark/files/wireshark-99999999-sse4_2.patch
deleted file mode 100644
index daef2a1a7cb0..000000000000
--- a/net-analyzer/wireshark/files/wireshark-99999999-sse4_2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -1101,6 +1101,7 @@
- AC_SUBST(PIE_CFLAGS)
- AC_SUBST(PIE_LDFLAGS)
-
-+AC_ARG_ENABLE(sse4_2,[ --enable-sse4_2 Support SSE4.2 (Streaming SIMD Extensions 4.2) instructions],[
- WS_CFLAGS_saved="$WS_CFLAGS"
- AC_WIRESHARK_COMPILER_FLAGS_CHECK(-msse4.2, C)
- if test "x$can_add_to_cflags" = "xyes"
-@@ -1128,6 +1129,9 @@
- fi
- fi
- WS_CFLAGS="$WS_CFLAGS_saved"
-+],[
-+AC_MSG_RESULT(no)
-+])
-
- if test "x$ac_sse4_2_flag" != x; then
- #