mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785
19 lines
519 B
Text
19 lines
519 B
Text
--- include/CMakeLists.txt.orig 2016-11-27 19:44:54 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()
|
|
|
|
|