databases/mysql80-server: Delete no-longer-needed patch for sse4.2
Reported by: jbeich Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")))
|
||||
Reference in New Issue
Block a user