diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2011-02-08 16:37:40 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2011-02-08 16:37:40 +0000 |
| commit | b2d972df067c88060c1bde12d2fa74b784dbdd91 (patch) | |
| tree | 1ec63e8fbcfbd44a74dc944ac68f0490eb46a2c5 /databases/percona55-server/files/patch-include_CMakeLists.txt | |
| parent | - Update to 1.2.0 (diff) | |
Update to 5.5.9 release [1]
Use system readline instead of bundled libedit [2]
Enable tcp wrappers [2]
PR: ports/154579 [1], ports/154538 [2]
Submitted by: mm [1], Dan Lukes <dan@obluda.cz> [2]
Feature safe: yes
Diffstat (limited to 'databases/percona55-server/files/patch-include_CMakeLists.txt')
| -rw-r--r-- | databases/percona55-server/files/patch-include_CMakeLists.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/percona55-server/files/patch-include_CMakeLists.txt b/databases/percona55-server/files/patch-include_CMakeLists.txt index e25615d59e0e..2478ae5fa6e3 100644 --- a/databases/percona55-server/files/patch-include_CMakeLists.txt +++ b/databases/percona55-server/files/patch-include_CMakeLists.txt @@ -1,12 +1,10 @@ ---- 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 @@ +--- include/CMakeLists.txt.orig 2011-01-19 23:37:08.000000000 +0100 ++++ include/CMakeLists.txt 2011-02-07 22:40:32.698758463 +0100 +@@ -57,5 +57,7 @@ ${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" ) + INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development FILES_MATCHING PATTERN "*.h") +ENDIF() - - |
