diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-04-22 18:45:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-04-22 18:45:59 +0000 |
commit | 3156cdf2e14bf7e5b67b6609321eb2439043d4ae (patch) | |
tree | 98cf114f586d9b46a4418dca1a51b06754d0e8bd /databases/mysql56-server/files/patch-sql_CMakeLists.txt | |
parent | - Update to 0.9.7. (diff) |
Update to 5.6.11 release.
Diffstat (limited to 'databases/mysql56-server/files/patch-sql_CMakeLists.txt')
-rw-r--r-- | databases/mysql56-server/files/patch-sql_CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/mysql56-server/files/patch-sql_CMakeLists.txt b/databases/mysql56-server/files/patch-sql_CMakeLists.txt index e4d1b520c529..2eeb4edfd51c 100644 --- a/databases/mysql56-server/files/patch-sql_CMakeLists.txt +++ b/databases/mysql56-server/files/patch-sql_CMakeLists.txt @@ -1,14 +1,14 @@ ---- sql/CMakeLists.txt.orig 2010-12-23 17:31:28.000000000 +0100 -+++ sql/CMakeLists.txt 2010-12-23 17:33:36.000000000 +0100 -@@ -245,6 +245,7 @@ +--- sql/CMakeLists.txt.orig 2013-04-05 14:27:18.000000000 +0200 ++++ sql/CMakeLists.txt 2013-04-19 15:08:12.000000000 +0200 +@@ -423,6 +423,7 @@ IF(INSTALL_LAYOUT STREQUAL "STANDALONE") +IF(FALSE) - # We need to create empty directories (data/test) the installation. - # This does not work with current CPack due to http://www.cmake.org/Bug/view.php?id=8767 - # Avoid completely empty directories and install dummy file instead. -@@ -286,6 +287,7 @@ + # Copy db.opt into data/test/ + SET(DBOPT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/db.opt ) + INSTALL(FILES ${DBOPT_FILE} DESTINATION data/test COMPONENT DataFiles) +@@ -467,6 +468,7 @@ INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles) ENDIF() ENDIF() |