Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 452836 Details for
Bug 598802
x11-misc/synergy-1.8.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
synergy-1.8.5-gtest.patch (updated patch to remove gtest dependency when test use-flag is not enabled)
synergy-1.8.5-gtest.patch (text/plain), 970 bytes, created by
Aaron U'Ren
on 2016-11-09 20:47:55 UTC
(
hide
)
Description:
synergy-1.8.5-gtest.patch (updated patch to remove gtest dependency when test use-flag is not enabled)
Filename:
MIME Type:
Creator:
Aaron U'Ren
Created:
2016-11-09 20:47:55 UTC
Size:
970 bytes
patch
obsolete
>--- a/src/lib/synergy/KeyMap.h 2016-11-09 13:21:52.000000000 -0600 >+++ b/src/lib/synergy/KeyMap.h 2016-11-09 13:22:17.484457330 -0600 >@@ -24,7 +24,9 @@ > #include "common/stdset.h" > #include "common/stdvector.h" > >+#if WITH_GENTOO_TEST > #include "gtest/gtest_prod.h" >+#endif > > namespace synergy { > >@@ -327,6 +329,7 @@ > //@} > > >+#if WITH_GENTOO_TEST > private: > FRIEND_TEST(KeyMapTests, > findBestKey_requiredDown_matchExactFirstItem); >@@ -341,6 +344,7 @@ > FRIEND_TEST(KeyMapTests, > findBestKey_onlyOneRequiredDown_matchTwoRequiredChangesItem); > FRIEND_TEST(KeyMapTests, findBestKey_noRequiredDown_cannotMatch); >+#endif > > private: > //! Ways to synthesize a key >--- a/src/CMakeLists.txt 2016-11-09 13:31:26.000000000 -0600 >+++ b/src/CMakeLists.txt 2016-11-09 13:40:08.189421727 -0600 >@@ -50,6 +50,6 @@ > add_subdirectory(cmd) > add_subdirectory(micro) > >-if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") >+if (${WITH_GENTOO_TEST}) > add_subdirectory(test) > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 598802
:
452834
| 452836