summaryrefslogtreecommitdiff
path: root/net-analyzer/wireshark/files
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-06-30 21:13:09 +0200
committerJeroen Roovers <jer@gentoo.org>2016-06-30 21:23:58 +0200
commit5edb4955a5eda3a8e56786f5a4f543e14b5710a5 (patch)
tree84860007e980497bd458f1ca44d3c5d5eb12afc5 /net-analyzer/wireshark/files
parentd3bcad46e75318852e66becad906d48758819448 (diff)
downloadgentoo-5edb4955a5eda3a8e56786f5a4f543e14b5710a5.tar.gz
gentoo-5edb4955a5eda3a8e56786f5a4f543e14b5710a5.tar.xz
net-analyzer/wireshark: Version bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r--net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch
new file mode 100644
index 00000000000..8efe5aff6c5
--- /dev/null
+++ b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -818,6 +818,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"
+@@ -844,6 +845,10 @@
+ ac_sse4_2_flag=-xarch=sse4_2
+ fi
+ fi
++],[
++AC_MSG_RESULT(no)
++])
++
+ WS_CFLAGS="$WS_CFLAGS_saved"
+
+ if test "x$ac_sse4_2_flag" != x; then