summaryrefslogtreecommitdiff
path: root/net-p2p/fms/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/fms/files')
-rw-r--r--net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch4
-rw-r--r--net-p2p/fms/files/fms-use-system-libs4.patch19
2 files changed, 4 insertions, 19 deletions
diff --git a/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch b/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
index fdc1948abd82..88b5ad1189b1 100644
--- a/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
+++ b/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
@@ -1,5 +1,5 @@
---- /include/freenet/fcpv2.h 2016-06-04 18:16:06.000000000 +0200
-+++ /include/freenet/fcpv2.h.new 2021-10-29 11:38:04.000000000 +0200
+--- a/include/freenet/fcpv2.h
++++ b/include/freenet/fcpv2.h
@@ -33,7 +33,7 @@
#endif
diff --git a/net-p2p/fms/files/fms-use-system-libs4.patch b/net-p2p/fms/files/fms-use-system-libs4.patch
index fc017ce0023b..07968b32bf7a 100644
--- a/net-p2p/fms/files/fms-use-system-libs4.patch
+++ b/net-p2p/fms/files/fms-use-system-libs4.patch
@@ -1,5 +1,5 @@
---- /CMakeLists.txt 2016-06-04 22:18:20.000000000 +0200
-+++ /CMakeLists.txt.new 2018-11-25 14:05:45.000000000 +0100
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
@@ -373,11 +373,17 @@
ENDIF(AUDIO_CAPTCHA)
@@ -23,18 +23,3 @@
IF(FROST_SUPPORT)
ADD_DEFINITIONS(-DFROST_SUPPORT)
-@@ -405,3 +411,14 @@
- IF(BUILD_PLUGIN)
- ADD_SUBDIRECTORY(plugin)
- ENDIF(BUILD_PLUGIN)
-+
-+MESSAGE(STATUS "<<< Gentoo configuration >>>
-+Build type ${CMAKE_BUILD_TYPE}
-+Install path ${CMAKE_INSTALL_PREFIX}
-+Compiler flags:
-+C ${CMAKE_C_FLAGS}
-+C++ ${CMAKE_CXX_FLAGS}
-+Linker flags:
-+Executable ${CMAKE_EXE_LINKER_FLAGS}
-+Module ${CMAKE_MODULE_LINKER_FLAGS}
-+Shared ${CMAKE_SHARED_LINKER_FLAGS}\n")