databases/mysql80-server: Delete no-longer-needed patch for sse4.2

Reported by:	jbeich
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mahdi Mokhtari
2018-08-13 19:48:42 +00:00
parent 0dbb8a9c21
commit a4712e3bc2
2 changed files with 1 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
SLAVEDIRS= databases/mysql80-client
USES= bison:build cmake:outsource,noninja compiler:c14 compiler:c++14-lang \
USES= bison:build cmake:outsource,noninja compiler:c++14-lang \
compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl
USE_PERL5= run

View File

@@ -1,11 +0,0 @@
--- storage/innobase/ut/crc32.cc.orig 2018-08-12 11:09:52 UTC
+++ storage/innobase/ut/crc32.cc
@@ -108,7 +108,7 @@ external tools. */
*/
#if defined(__SSE4_2__) || defined(__clang__) || !defined(__GNUC__) || \
__GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)
-#include <nmmintrin.h>
+#include <x86intrin.h>
#else
// GCC 4.8 without -msse4.2.
MY_ATTRIBUTE((target("sse4.2")))