mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16: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
11 lines
264 B
Text
11 lines
264 B
Text
--- sql/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ sql/CMakeLists.txt
|
|
@@ -24,6 +24,8 @@ INCLUDE_DIRECTORIES(
|
|
${ZLIB_INCLUDE_DIR}
|
|
${SSL_INCLUDE_DIRS}
|
|
${CMAKE_BINARY_DIR}/sql
|
|
+ ${CMAKE_BINARY_DIR}/include
|
|
+ ${CMAKE_BINARY_DIR}
|
|
)
|
|
|
|
SET(CONF_SOURCES
|