From 189c9e43fcd26e41ab4e8958c2d90e55246e159c Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Fri, 25 Dec 2015 12:55:43 +0100 Subject: net-analyzer/wireshark: Update sse4_2 patch. Package-Manager: portage-2.2.26 --- .../wireshark/files/wireshark-2.1.0-sse4_2.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch (limited to 'net-analyzer/wireshark/files') diff --git a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch new file mode 100644 index 00000000000..1f80be9f4fa --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch @@ -0,0 +1,20 @@ +--- 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_CHECKED_CFLAGS_before_simd="$WS_CHECKED_CFLAGS" + AC_WIRESHARK_COMPILER_FLAGS_CHECK(-msse4.2, C) + if test "x$can_add_to_cflags" = "xyes" +@@ -1132,6 +1133,9 @@ + ac_sse4_2_flag=-xarch=sse4_2 + fi + fi ++],[ ++AC_MSG_RESULT(no) ++]) + + # + # All AC_WIRESHARK_COMPILER_FLAGS_CHECK are done, do not call it again! -- cgit v1.2.3-18-g5258