* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/fileshelter/, net-misc/fileshelter/files/
@ 2024-10-15 20:50 Nicolas PARLANT
0 siblings, 0 replies; only message in thread
From: Nicolas PARLANT @ 2024-10-15 20:50 UTC (permalink / raw
To: gentoo-commits
commit: f4e59e15df2f39abdc93df1f454cc40e89298c60
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Tue Oct 15 20:44:56 2024 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Tue Oct 15 20:50:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4e59e15
net-misc/fileshelter: fix missing include
See: https://github.com/epoupon/fileshelter/pull/111
This bug does not affect all build environments.
Closes: https://bugs.gentoo.org/941554
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch | 12 ++++++++++++
net-misc/fileshelter/fileshelter-6.2.0.ebuild | 1 +
2 files changed, 13 insertions(+)
diff --git a/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch b/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
new file mode 100644
index 000000000..b178bf0c1
--- /dev/null
+++ b/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
@@ -0,0 +1,12 @@
+diff --git a/src/fileshelter/ui/ShareCreateFormView.cpp b/src/fileshelter/ui/ShareCreateFormView.cpp
+index ff9b79a..0dc3007 100644
+--- a/src/fileshelter/ui/ShareCreateFormView.cpp
++++ b/src/fileshelter/ui/ShareCreateFormView.cpp
+@@ -19,6 +19,7 @@
+
+ #include "ShareCreateFormView.hpp"
+
++#include <algorithm>
+ #include <numeric>
+
+ #include <Wt/WApplication.h>
diff --git a/net-misc/fileshelter/fileshelter-6.2.0.ebuild b/net-misc/fileshelter/fileshelter-6.2.0.ebuild
index 7594ab390..63b1c5d53 100644
--- a/net-misc/fileshelter/fileshelter-6.2.0.ebuild
+++ b/net-misc/fileshelter/fileshelter-6.2.0.ebuild
@@ -27,6 +27,7 @@ DOCS=( INSTALL.md README.md )
PATCHES="
${FILESDIR}/${PN}-6.2.0-fix-lib-dir.patch
+ ${FILESDIR}/${PN}-6.2.0-algorithm.patch
${FILESDIR}/${PN}-6.2.0-hierarchy.patch
"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-15 20:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 20:50 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/fileshelter/, net-misc/fileshelter/files/ Nicolas PARLANT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox