mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -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
10 lines
204 B
Text
10 lines
204 B
Text
--- include/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC
|
|
+++ include/CMakeLists.txt
|
|
@@ -38,6 +38,7 @@ SET(HEADERS_ABI
|
|
|
|
SET(HEADERS
|
|
${HEADERS_ABI}
|
|
+ hash.h
|
|
my_dbug.h
|
|
m_string.h
|
|
my_sys.h
|