mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
PR: 241534 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.7.28-25.20/release-notes-mysql-wsrep-5.7.28-25.20.txt
19 lines
519 B
Text
19 lines
519 B
Text
--- include/CMakeLists.txt.orig 2019-10-21 05:21:41 UTC
|
|
+++ include/CMakeLists.txt
|
|
@@ -76,14 +76,13 @@ SET(HEADERS
|
|
${HEADERS_GEN_CONFIGURE}
|
|
)
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES
|
|
../libbinlogevents/export/binary_log_types.h
|
|
DESTINATION ${INSTALL_INCLUDEDIR}
|
|
- COMPONENT Development)
|
|
-INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
|
|
-INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development
|
|
PATTERN "*.h"
|
|
PATTERN "psi_abi*" EXCLUDE
|
|
)
|
|
+ENDIF()
|
|
|
|
|