diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-10 20:00:18 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-10 20:00:18 +0000 |
commit | 8e2b429602e6eadaeeec8f00a8cddd19cd51e299 (patch) | |
tree | 98e8a93ad1397c83d363bfe2cea04c38306f09e5 /databases/mysql57-server/files/patch-include_CMakeLists.txt | |
parent | Update to version 2.1.11. (diff) |
databases/mysql57-client, databases/mysql57-server:
remove to prepare for proper repo-copy
PR: 204607
Diffstat (limited to 'databases/mysql57-server/files/patch-include_CMakeLists.txt')
-rw-r--r-- | databases/mysql57-server/files/patch-include_CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/mysql57-server/files/patch-include_CMakeLists.txt b/databases/mysql57-server/files/patch-include_CMakeLists.txt deleted file mode 100644 index 6bb0dfd10172..000000000000 --- a/databases/mysql57-server/files/patch-include_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- include/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC -+++ include/CMakeLists.txt -@@ -69,10 +69,12 @@ SET(HEADERS - ) - - INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR}) -+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() - - |