summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/fms/fms-0.3.83.ebuild')
-rw-r--r--net-p2p/fms/fms-0.3.83.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/fms/fms-0.3.83.ebuild b/net-p2p/fms/fms-0.3.83.ebuild
index ca07782f8477..4923e8506423 100644
--- a/net-p2p/fms/fms-0.3.83.ebuild
+++ b/net-p2p/fms/fms-0.3.83.ebuild
@@ -35,7 +35,10 @@ BDEPEND="
virtual/libiconv
"
-PATCHES=( "${FILESDIR}/${PN}-use-system-libs4.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-use-system-libs4.patch"
+ "${FILESDIR}/${P}-fix-for-mbedtls-3.patch"
+)
DOCS=( "readme.txt" )
@@ -43,6 +46,7 @@ src_prepare() {
# Convert encoding due applied patch
edos2unix src/http/pages/showfilepage.cpp
edos2unix CMakeLists.txt
+ edos2unix include/freenet/fcpv2.h
# Remove bundled libs
rm -fr libs || die