openbsd-ports/productivity/libphonenumber/patches/patch-tools_cpp_CMakeLists_txt
2022-03-11 19:51:39 +00:00

15 lines
283 B
Plaintext

Strip -Werror to fix sparc64 build
Index: tools/cpp/CMakeLists.txt
--- tools/cpp/CMakeLists.txt.orig
+++ tools/cpp/CMakeLists.txt
@@ -32,7 +32,7 @@ set (
)
if (NOT WIN32)
- add_definitions ("-Wall -Werror")
+ add_definitions ("-Wall")
endif ()
include_directories ("src")