summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-11-22 07:07:39 +0100
committerJeroen Roovers <jer@gentoo.org>2015-11-22 07:11:41 +0100
commit96a5d1bb905515093279cd926786df0c20714316 (patch)
tree977306b6c5f2c9e9501c0898b91472b4837b569d /x11-misc/synergy/files
parentuse epatch to apply patch (diff)
downloadgentoo-96a5d1bb905515093279cd926786df0c20714316.tar.gz
gentoo-96a5d1bb905515093279cd926786df0c20714316.tar.bz2
gentoo-96a5d1bb905515093279cd926786df0c20714316.zip
x11-misc/synergy: Version bump (bug #566322 by Rüpel).
Package-Manager: portage-2.2.25
Diffstat (limited to 'x11-misc/synergy/files')
-rw-r--r--x11-misc/synergy/files/synergy-1.7.5-gentoo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/synergy/files/synergy-1.7.5-gentoo.patch b/x11-misc/synergy/files/synergy-1.7.5-gentoo.patch
new file mode 100644
index 000000000000..9c508f68eeef
--- /dev/null
+++ b/x11-misc/synergy/files/synergy-1.7.5-gentoo.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -80,7 +80,7 @@
+
+ # 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")
++ #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedef")
+
+ # For config.h, detect the libraries, functions, etc.
+ include(CheckIncludeFiles)