summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/files/patch-cmake_readline.cmake
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-14 21:33:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-14 21:33:01 +0000
commit21bdf4b0e9960c987786f9c8041b23950dd66abd (patch)
treeb123e191fd0fb3ba34028f45aec639161b9a5634 /databases/mysql56-client/files/patch-cmake_readline.cmake
parentUpdate to 20150609 (diff)
Unbreak on head: instead of using headers from base libedit and
linking against readline, use libedit from ports Note: this may need a bit more patching during next libedit port update Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=389659
Diffstat (limited to 'databases/mysql56-client/files/patch-cmake_readline.cmake')
-rw-r--r--databases/mysql56-client/files/patch-cmake_readline.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql56-client/files/patch-cmake_readline.cmake b/databases/mysql56-client/files/patch-cmake_readline.cmake
deleted file mode 100644
index 9feff78c080a..000000000000
--- a/databases/mysql56-client/files/patch-cmake_readline.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/readline.cmake.orig 2013-06-30 10:45:55.000000000 +0200
-+++ cmake/readline.cmake 2013-06-30 10:47:08.000000000 +0200
-@@ -147,7 +147,7 @@
-
- FIND_LIBRARY(EDITLINE_LIBRARY
- NAMES
-- edit
-+ readline
- )
- MARK_AS_ADVANCED(EDITLINE_INCLUDE_DIR EDITLINE_LIBRARY)
-