From 5edb4955a5eda3a8e56786f5a4f543e14b5710a5 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 30 Jun 2016 21:13:09 +0200 Subject: net-analyzer/wireshark: Version bump. Package-Manager: portage-2.3.0 --- .../wireshark/files/wireshark-2.1.0-sse4_2-r1.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch (limited to 'net-analyzer/wireshark/files') 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 000000000000..8efe5aff6c55 --- /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 -- cgit v1.2.3