diff options
author | 2018-05-12 00:02:00 +0200 | |
---|---|---|
committer | 2018-05-12 13:21:21 +0200 | |
commit | aaddf051277b5a0e40a1a924bf34fc01bbc1719a (patch) | |
tree | 382e65094db7a75f96c337c85b5b3174aead6dd3 /x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch | |
parent | x11-misc/synergy: 1.9.1 version bump, Qt4 -> Qt5 (diff) | |
download | gentoo-aaddf051277b5a0e40a1a924bf34fc01bbc1719a.tar.gz gentoo-aaddf051277b5a0e40a1a924bf34fc01bbc1719a.tar.bz2 gentoo-aaddf051277b5a0e40a1a924bf34fc01bbc1719a.zip |
x11-misc/synergy: Drop old
Closes: https://bugs.gentoo.org/649572
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch')
-rw-r--r-- | x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch b/x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch deleted file mode 100644 index e0e25c2e128b..000000000000 --- a/x11-misc/synergy/files/synergy-1.4.17_p2055-test.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -19,6 +19,6 @@ - add_subdirectory(plugin) - add_subdirectory(micro) - --if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") -+if (${WITH_GENTOO_TEST} MATCHES "ON") - add_subdirectory(test) - endif() ---- a/src/test/CMakeLists.txt -+++ b/src/test/CMakeLists.txt -@@ -14,20 +14,5 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu.org/licenses/>. - --include_directories( -- ../../ext/gtest-1.6.0 -- ../../ext/gtest-1.6.0/include -- ../../ext/gmock-1.6.0 -- ../../ext/gmock-1.6.0/include) -- --add_library(gtest STATIC ../../ext/gtest-1.6.0/src/gtest-all.cc) --add_library(gmock STATIC ../../ext/gmock-1.6.0/src/gmock-all.cc) -- --if (UNIX) -- # ignore warnings in gtest and gmock -- set_target_properties(gtest PROPERTIES COMPILE_FLAGS "-w") -- set_target_properties(gmock PROPERTIES COMPILE_FLAGS "-w") --endif() -- - add_subdirectory(integtests) - add_subdirectory(unittests) |