diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2013-03-18 21:18:03 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2013-03-18 21:18:03 +0000 |
| commit | b3098a74ff511e4a0d888651d13012cd028253c5 (patch) | |
| tree | a8be09d9019ee84fee17b8bbeb802a846eb70c4d /databases/percona56-server/files/patch-include_CMakeLists.txt | |
| parent | Remove non-existent WWW (diff) | |
Add the 5.6 branch of Percona-Server.
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software.
Diffstat (limited to 'databases/percona56-server/files/patch-include_CMakeLists.txt')
| -rw-r--r-- | databases/percona56-server/files/patch-include_CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/percona56-server/files/patch-include_CMakeLists.txt b/databases/percona56-server/files/patch-include_CMakeLists.txt new file mode 100644 index 000000000000..5d5e96a0f1d7 --- /dev/null +++ b/databases/percona56-server/files/patch-include_CMakeLists.txt @@ -0,0 +1,15 @@ +--- include/CMakeLists.txt.orig 2013-01-22 17:54:49.000000000 +0100 ++++ include/CMakeLists.txt 2013-02-13 14:53:40.000000000 +0100 +@@ -65,10 +65,12 @@ + ${HEADERS_GEN_CONFIGURE} + ) + ++IF(FALSE) + INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) + INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development + PATTERN "*.h" + PATTERN "psi_abi*" EXCLUDE + ) ++ENDIF() + + |
