summaryrefslogtreecommitdiff
path: root/x11-misc/synergy/files/synergy-1.4.17_p2055-gentoo.patch
blob: 89f46f3c9af00ba03deb1b2826151af80ebee7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@
 
 	# warnings as errors:
 	# we have a problem with people checking in code with warnings.
-	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
+	#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
 
 	# For config.h, detect the libraries, functions, etc.
 	include(CheckIncludeFiles)