diff --git a/srcpkgs/filezilla/patches/libtool_tag.patch b/srcpkgs/filezilla/patches/libtool_tag.patch new file mode 100644 index 00000000000..0aa3f667b91 --- /dev/null +++ b/srcpkgs/filezilla/patches/libtool_tag.patch @@ -0,0 +1,11 @@ +--- a/src/commonui/Makefile.in 2021-07-21 21:11:45.600907372 +0200 ++++ b/src/commonui/Makefile.in 2021-07-21 21:12:01.772920575 +0200 +@@ -191,7 +191,7 @@ + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + am__v_lt_0 = --silent + am__v_lt_1 = +-libfzclient_commonui_private_la_LINK = $(LIBTOOL) $(AM_V_lt) \ ++libfzclient_commonui_private_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ + $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ + $(libfzclient_commonui_private_la_LDFLAGS) $(LDFLAGS) -o $@ diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index b115f782ed4..9e230016115 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.54.1 +version=3.55.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck @@ -15,7 +15,7 @@ license="GPL-2.0-or-later" homepage="https://filezilla-project.org" changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2" -checksum=703a199c13bb681d6eb0e3fe6e1cc9d0b690016acdd47b26bd12a2a95ff4aa6a +checksum=ae70eb4180d136be29bbad6fcdd188e497e205fc416ea3e413dce7cd8cab9c82 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"