diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-25 11:35:03 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-25 11:35:03 +0000 |
commit | fa9472d39d1809792208f51b1c038a886fde97d6 (patch) | |
tree | db4c2dd582261b79d94eaaebda4fc4abb816b42b /misc | |
parent | ffae79bf183ab2fcbd6bcd30bbf9f7cef57f6b18 (diff) | |
download | ports-fa9472d39d1809792208f51b1c038a886fde97d6.tar.gz ports-fa9472d39d1809792208f51b1c038a886fde97d6.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libpredict/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/libpredict/files/patch-CMakeLists.txt b/misc/libpredict/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..bdc165a7f1d3 --- /dev/null +++ b/misc/libpredict/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2020-01-25 11:30:51 UTC ++++ CMakeLists.txt +@@ -25,8 +25,8 @@ set(LIBPREDICT_LIBRARY_DIR ${CMAKE_CURRENT_BINARY_DIR} + # Testdata location + set(LIBPREDICT_TEST_DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tests/data) + +-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror") +-set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror") ++set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") ++set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall") + + add_subdirectory(include) + add_subdirectory(src) |