diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2017-08-18 05:19:39 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2017-08-18 05:19:39 +0000 |
commit | 33440b867291ed075829bc8834b98c29cc76e162 (patch) | |
tree | 903a50675f35db0aba72bf46788be510f8e991d1 /sysutils/synergy/files/patch-CMakeLists.txt | |
parent | net/ntpa: Update to 0.8.2 (diff) |
Update to 1.8.8
PR: 221521
Submitted by: ehaupt
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() |