ports/databases/mysql80-server/files/patch-include_CMakeLists.txt
Mahdi Mokhtari 40a0e27769 databases/mysql80-{server, client}: Update port to the latest release 8.0.2
Changes happened into format of --version which caused r450384

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12579
2017-10-06 15:44:18 +00:00

10 lines
364 B
Text

--- include/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC
+++ include/CMakeLists.txt
@@ -37,5 +37,7 @@ SET(HEADERS_MYSQL_DIR
mysql/udf_registration_types.h
)
+IF(FALSE)
INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
INSTALL(FILES ${HEADERS_MYSQL_DIR} DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development)
+ENDIF()