mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
This is a development snapshot of upcoming MySQL 8.0. PR: 215738 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew, feld Approved by: matthew (mentor), feld Differential Revision: https://reviews.freebsd.org/D9031
19 lines
519 B
Text
19 lines
519 B
Text
--- include/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC
|
|
+++ include/CMakeLists.txt
|
|
@@ -69,14 +69,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()
|
|
|
|
|