mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
The next major release of mysql. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. WWW: http://www.mysql.com/ PR: 204607 Submitted by: mokhi64@gmail.com Reviewed by: koobs, brnrd Approved by: mat
12 lines
475 B
Text
12 lines
475 B
Text
--- support-files/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ support-files/CMakeLists.txt
|
|
@@ -69,7 +69,9 @@ IF(UNIX)
|
|
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
|
|
ENDIF()
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
|
|
+ENDIF()
|
|
CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY)
|
|
|
|
SET(bindir ${prefix}/${INSTALL_BINDIR})
|