diff options
Diffstat (limited to 'sysutils/synergy/files/patch-CMakeLists.txt')
-rw-r--r-- | sysutils/synergy/files/patch-CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/synergy/files/patch-CMakeLists.txt b/sysutils/synergy/files/patch-CMakeLists.txt deleted file mode 100644 index 4d4268ae8bb3..000000000000 --- a/sysutils/synergy/files/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- CMakeLists.txt.orig 2016-01-11 08:43:40.989031000 -0800 -+++ CMakeLists.txt 2016-01-11 08:44:16.000036000 -0800 -@@ -75,10 +75,6 @@ - # Depending on the platform, pass in the required defines. - if (UNIX) - -- # warnings as errors: -- # we have a problem with people checking in code with warnings. -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedef") -- - if (NOT APPLE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") - endif() |