summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/hyperscan/files/hyperscan-5.2.1-locales.patch')
-rw-r--r--dev-libs/hyperscan/files/hyperscan-5.2.1-locales.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/hyperscan/files/hyperscan-5.2.1-locales.patch b/dev-libs/hyperscan/files/hyperscan-5.2.1-locales.patch
deleted file mode 100644
index 985a6f130344..000000000000
--- a/dev-libs/hyperscan/files/hyperscan-5.2.1-locales.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 83197af..297a3b3 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -187,9 +187,9 @@ else()
- set (EXEC_ARGS ${CC_ARG1} -c -Q --help=target -march=native -mtune=native)
- execute_process(COMMAND ${CMAKE_C_COMPILER} ${EXEC_ARGS}
- OUTPUT_VARIABLE _GCC_OUTPUT)
-- string(FIND "${_GCC_OUTPUT}" "Known" POS)
-- string(SUBSTRING "${_GCC_OUTPUT}" 0 ${POS} _GCC_OUTPUT)
-- string(REGEX REPLACE ".*march=[ \t]*([^ \n]*)[ \n].*" "\\1"
-+ string(FIND "${_GCC_OUTPUT}" "march" POS)
-+ string(SUBSTRING "${_GCC_OUTPUT}" ${POS} -1 _GCC_OUTPUT)
-+ string(REGEX REPLACE "march=[ \t]*([^ \n]*)[ \n].*" "\\1"
- GNUCC_ARCH "${_GCC_OUTPUT}")
-
- # test the parsed flag
---
-2.26.2
-