From bfbc0055575d1e00111409cb708f011fb62241e3 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 11 Mar 2019 17:49:08 +0100 Subject: net-analyzer/wireshark: Old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- .../wireshark/files/wireshark-2.1.0-sse4_2-r1.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch (limited to 'net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch') 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 deleted file mode 100644 index 8efe5aff6c55..000000000000 --- a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- 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