diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2012-12-28 19:17:48 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-28 19:17:48 +0000 |
| commit | 52e3d62d02ba337859edf603fa3eae977da578be (patch) | |
| tree | 6d210192d550018b47aea4c6c83dc42dd881acda /databases/percona55-server/files/patch-support-files_CMakeLists.txt | |
| parent | - Add option to depend on www/squid32 (diff) | |
Add Percona Server
Percona Server is an enhanced drop-in replacement for MySQL
Approved by: portmgr (bapt)
Initial patches by: pgollucci
Diffstat (limited to 'databases/percona55-server/files/patch-support-files_CMakeLists.txt')
| -rw-r--r-- | databases/percona55-server/files/patch-support-files_CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/percona55-server/files/patch-support-files_CMakeLists.txt b/databases/percona55-server/files/patch-support-files_CMakeLists.txt new file mode 100644 index 000000000000..159e1fa71ba2 --- /dev/null +++ b/databases/percona55-server/files/patch-support-files_CMakeLists.txt @@ -0,0 +1,12 @@ +--- support-files/CMakeLists.txt.orig 2010-12-23 17:38:19.000000000 +0100 ++++ support-files/CMakeLists.txt 2010-12-23 17:41:11.000000000 +0100 +@@ -74,7 +74,9 @@ + INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) + ENDIF() + ++IF(FALSE) + INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) ++ENDIF() + CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) + CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) + CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.${VERSION}.spec @ONLY) |
