mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
MySQL Connector/C is a C client library for client/server communication. It is a standalone replacement for the MySQL Client Library shipped with the MySQL Server. WWW: http://dev.mysql.com/downloads/connector/c/
18 lines
653 B
Text
18 lines
653 B
Text
--- CMakeLists.txt.orig 2009-08-07 14:31:12.000000000 +0200
|
|
+++ CMakeLists.txt 2013-02-01 17:33:24.000000000 +0100
|
|
@@ -318,7 +318,7 @@
|
|
ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
|
|
|
INSTALL(DIRECTORY "include/"
|
|
- DESTINATION "include"
|
|
+ DESTINATION "include/mysql-connector-c/"
|
|
FILES_MATCHING PATTERN "*.h")
|
|
|
|
# ----------------------------------------------------------------------
|
|
@@ -366,6 +366,4 @@
|
|
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}")
|
|
ENDIF(WIN32)
|
|
|
|
-INSTALL(FILES "README" "COPYING" "LICENSE.mysql" "EXCEPTIONS-CLIENT" "ChaneLog" DESTINATION "." OPTIONAL)
|
|
-
|
|
INCLUDE(CPack)
|