summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-include_CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
commitd9029c513982bd669b22c88b2f04cd4cfd5c201f (patch)
tree7f5fb76f05a3aae44742dda07753ffe091a58bfd /databases/mysql55-server/files/patch-include_CMakeLists.txt
parent- Update to 0.062 (diff)
Update MySQL to 5.5.8 GA release. Read UPDATING.
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.
Diffstat (limited to 'databases/mysql55-server/files/patch-include_CMakeLists.txt')
-rw-r--r--databases/mysql55-server/files/patch-include_CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysql55-server/files/patch-include_CMakeLists.txt b/databases/mysql55-server/files/patch-include_CMakeLists.txt
new file mode 100644
index 000000000000..e25615d59e0e
--- /dev/null
+++ b/databases/mysql55-server/files/patch-include_CMakeLists.txt
@@ -0,0 +1,12 @@
+--- include/CMakeLists.txt.orig 2010-12-23 16:09:41.000000000 +0100
++++ include/CMakeLists.txt 2010-12-23 16:10:01.000000000 +0100
+@@ -58,7 +58,9 @@
+ ${HEADERS_GEN_CONFIGURE}
+ )
+
++IF(FALSE)
+ INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
+ INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development FILES_MATCHING PATTERN "*.h" )
++ENDIF()
+
+