summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-10-21 20:20:34 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-10-22 08:27:18 +0300
commite6062546830080e8559eb4f6f08b6818509facbc (patch)
tree149f8a93982bffcaf945f6b1a4fda16776d75e4e /net-vpn/i2pd
parentapp-admin/syslog-ng: drop old (diff)
downloadgentoo-e6062546830080e8559eb4f6f08b6818509facbc.tar.gz
gentoo-e6062546830080e8559eb4f6f08b6818509facbc.tar.bz2
gentoo-e6062546830080e8559eb4f6f08b6818509facbc.zip
net-vpn/i2pd: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13374 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-vpn/i2pd')
-rw-r--r--net-vpn/i2pd/files/i2pd-2.25.0-link.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-vpn/i2pd/files/i2pd-2.25.0-link.patch b/net-vpn/i2pd/files/i2pd-2.25.0-link.patch
deleted file mode 100644
index 52c5dc745273..000000000000
--- a/net-vpn/i2pd/files/i2pd-2.25.0-link.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
-index e50bbc865..949f6a46e 100644
-https://github.com/PurpleI2P/i2pd/issues/1353
---- a/build/CMakeLists.txt
-+++ b/build/CMakeLists.txt
-@@ -470,6 +470,7 @@ if (WITH_BINARY)
- if (WITH_STATIC)
- set(DL_LIB ${CMAKE_DL_LIBS})
- endif()
-+ target_link_libraries(libi2pd ${Boost_LIBRARIES} ${ZLIB_LIBRARY})
- target_link_libraries( "${PROJECT_NAME}" libi2pd libi2pdclient ${DL_LIB} ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MINGW_EXTRA} ${DL_LIB} ${CMAKE_REQUIRED_LIBRARIES})
-
- install(TARGETS "${PROJECT_NAME}" RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime)