aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql55-client/files/patch-configure.cmake
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-01-11 20:33:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-01-11 20:33:38 +0000
commit784b9604427bf4679398e1a310b7ff288ded587b (patch)
treecf0a3df529e268b1237b572ee2275b9f5d1ae5b7 /databases/mysql55-client/files/patch-configure.cmake
parent2e3f006ec7c7fcb6b7de86af59bc16487ce1a294 (diff)
downloadports-784b9604427bf4679398e1a310b7ff288ded587b.tar.gz
ports-784b9604427bf4679398e1a310b7ff288ded587b.zip
Remove any attempts to create a libmysqlclient not linked to a threading library.
Restore previous libraries location. These two changes should fix most of the reported errors. Feature safe: yes
Notes
Notes: svn path=/head/; revision=267672
Diffstat (limited to 'databases/mysql55-client/files/patch-configure.cmake')
-rw-r--r--databases/mysql55-client/files/patch-configure.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/mysql55-client/files/patch-configure.cmake b/databases/mysql55-client/files/patch-configure.cmake
deleted file mode 100644
index 2bac6ffc2068..000000000000
--- a/databases/mysql55-client/files/patch-configure.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.cmake.orig 2010-12-24 10:05:05.000000000 +0100
-+++ configure.cmake 2010-12-24 10:06:21.000000000 +0100
-@@ -144,7 +144,6 @@
- IF(NOT LIBRT)
- MY_SEARCH_LIBS(clock_gettime rt LIBRT)
- ENDIF()
-- FIND_PACKAGE(Threads)
-
- SET(CMAKE_REQUIRED_LIBRARIES
- ${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT} ${LIBRT})
-@@ -265,9 +264,6 @@
- CHECK_INCLUDE_FILES (sys/ptem.h HAVE_SYS_PTEM_H)
- ENDIF()
-
--# Figure out threading library
--#
--FIND_PACKAGE (Threads)
-
- #
- # Tests for functions