summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/files/patch-include_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql55-client/files/patch-include_CMakeLists.txt')
-rw-r--r--databases/mysql55-client/files/patch-include_CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/mysql55-client/files/patch-include_CMakeLists.txt b/databases/mysql55-client/files/patch-include_CMakeLists.txt
new file mode 100644
index 000000000000..58c94b7e542b
--- /dev/null
+++ b/databases/mysql55-client/files/patch-include_CMakeLists.txt
@@ -0,0 +1,20 @@
+--- include/CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100
++++ include/CMakeLists.txt 2010-12-23 16:16:14.000000000 +0100
+@@ -27,9 +27,6 @@
+ my_list.h
+ my_alloc.h
+ typelib.h
+- mysql/plugin.h
+- mysql/plugin_audit.h
+- mysql/plugin_ftparser.h
+ )
+
+ SET(HEADERS
+@@ -59,6 +56,6 @@
+ )
+
+ INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
+-INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development FILES_MATCHING PATTERN "*.h" )
++INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development FILES_MATCHING PATTERN "*.h")
+
+