aboutsummaryrefslogtreecommitdiff
path: root/ports/libmysql/linux_libmysql.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libmysql/linux_libmysql.patch')
-rw-r--r--ports/libmysql/linux_libmysql.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/ports/libmysql/linux_libmysql.patch b/ports/libmysql/linux_libmysql.patch
deleted file mode 100644
index 42dfa73d8..000000000
--- a/ports/libmysql/linux_libmysql.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/configure.cmake b/configure.cmake
-index 1f3d8e2..9e45f48 100644
---- a/configure.cmake
-+++ b/configure.cmake
-@@ -456,7 +456,11 @@ IF(NOT HAVE_FCNTL_NONBLOCK)
- ENDIF()
-
- IF(NOT CMAKE_CROSSCOMPILING AND NOT MSVC)
-- STRING(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} processor)
-+ IF(${CMAKE_SYSTEM_PROCESSOR})
-+ STRING(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} processor)
-+ ELSE()
-+ STRING(TOLOWER ${CMAKE_HOST_SYSTEM_PROCESSOR} processor)
-+ ENDIF()
- IF(processor MATCHES "86" OR processor MATCHES "amd64" OR processor MATCHES "x64")
- IF(NOT CMAKE_SYSTEM_NAME MATCHES "SunOS")
- # The loader in some Solaris versions has a bug due to which it refuses to
-