* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy/files: synergy-1.4.12-pthread.patch
@ 2013-10-26 15:59 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-26 15:59 UTC (permalink / raw
To: gentoo-commits
jer 13/10/26 15:59:06
Added: synergy-1.4.12-pthread.patch
Log:
Append -pthread to CXXFLAGS not CFLAGS (bug #486174 by Vincent de Phily).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.1 x11-misc/synergy/files/synergy-1.4.12-pthread.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/files/synergy-1.4.12-pthread.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/files/synergy-1.4.12-pthread.patch?rev=1.1&content-type=text/plain
Index: synergy-1.4.12-pthread.patch
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,7 +140,8 @@
# pthread is used on both Linux and Mac
check_library_exists("pthread" pthread_create "" HAVE_PTHREAD)
if (HAVE_PTHREAD)
- list(APPEND libs pthread)
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
else (HAVE_PTHREAD)
message(FATAL_ERROR "Missing library: pthread")
endif()
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy/files: synergy-1.4.12-pthread.patch
@ 2014-08-09 9:23 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-09 9:23 UTC (permalink / raw
To: gentoo-commits
jer 14/08/09 09:23:42
Removed: synergy-1.4.12-pthread.patch
Log:
Fix DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-09 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 15:59 [gentoo-commits] gentoo-x86 commit in x11-misc/synergy/files: synergy-1.4.12-pthread.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-08-09 9:23 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox