summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-02-16 17:17:13 +0800
committerYixun Lan <dlan@gentoo.org>2023-02-16 17:22:33 +0800
commit45fb8f807e5908e2bbc73d3d038bd77c825256ea (patch)
treebc7064726f586bfce9015191dc8b17937c717bff /dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
parentgames-simulation/EmptyEpsilon: drop 2021.06.23-r1 (diff)
downloadgentoo-45fb8f807e5908e2bbc73d3d038bd77c825256ea.tar.gz
gentoo-45fb8f807e5908e2bbc73d3d038bd77c825256ea.tar.bz2
gentoo-45fb8f807e5908e2bbc73d3d038bd77c825256ea.zip
dev-libs/libfilezilla: fix build failure with gcc-13
patch only apply to version 0.41.0 Upstream: https://trac.filezilla-project.org/ticket/12868 Closes: https://bugs.gentoo.org/893982 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild')
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
index 58bc413a0ed5..f6ab16d883db 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
@@ -23,7 +23,10 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-util/cppunit )"
-PATCHES=( "${FILESDIR}"/${PN}-0.37.1-pthread.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.37.1-pthread.patch
+ "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
+)
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then