mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Update to 10.0.29 - Update mariadb100-client - Update patches - Regen patches with makepatch - Pet portlint - Add MROONGA liblz4 dependency - Fix MROONGA liblz4 linking - rm erroneously installed files PR: 197232, 204014, 215901 MFH: 2017Q1 Security: 22373c43-d728-11e6-a9a5-b499baebfeaf
14 lines
290 B
Text
14 lines
290 B
Text
--- sql/CMakeLists.txt.orig 2017-01-12 01:45:19 UTC
|
|
+++ sql/CMakeLists.txt
|
|
@@ -247,9 +247,9 @@ RUN_BISON(
|
|
)
|
|
|
|
# Gen_lex_hash
|
|
-IF(NOT CMAKE_CROSSCOMPILING)
|
|
+
|
|
ADD_EXECUTABLE(gen_lex_hash gen_lex_hash.cc)
|
|
-ENDIF()
|
|
+
|
|
|
|
ADD_CUSTOM_COMMAND(
|
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lex_hash.h
|