diff options
author | 2024-01-09 13:03:16 +0100 | |
---|---|---|
committer | 2024-01-09 13:03:53 +0100 | |
commit | e4d96befef64f3a70b00d4976a8377bf2c973471 (patch) | |
tree | 8412c110314582894757c0c56f0c92187a3a65e5 /net-ftp/filezilla/filezilla-3.66.4.ebuild | |
parent | dev-python/fonttools: Deselect a flaky test (diff) | |
download | gentoo-e4d96befef64f3a70b00d4976a8377bf2c973471.tar.gz gentoo-e4d96befef64f3a70b00d4976a8377bf2c973471.tar.bz2 gentoo-e4d96befef64f3a70b00d4976a8377bf2c973471.zip |
net-ftp/filezilla: fix incompatible pointer type
This becomes an error in GCC14
Closes: https://bugs.gentoo.org/921432
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-ftp/filezilla/filezilla-3.66.4.ebuild')
-rw-r--r-- | net-ftp/filezilla/filezilla-3.66.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/filezilla/filezilla-3.66.4.ebuild b/net-ftp/filezilla/filezilla-3.66.4.ebuild index 3355a66cdf57..b13ff09bc0eb 100644 --- a/net-ftp/filezilla/filezilla-3.66.4.ebuild +++ b/net-ftp/filezilla/filezilla-3.66.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,6 +45,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch "${FILESDIR}"/${PN}-3.52.2-slibtool.patch "${FILESDIR}"/${PN}-3.60.1-desktop.patch + "${FILESDIR}"/${PN}-3.66.4-gcc14.patch ) src_prepare() { |