diff options
author | 2020-05-09 16:23:46 +0200 | |
---|---|---|
committer | 2020-05-09 16:25:00 +0200 | |
commit | d4618488e5f1564a6b89aebe99c7e189a1a597d2 (patch) | |
tree | 09f474958fb3c9943857d7f1f74eeb4da19eec3c /net-ftp/filezilla/files | |
parent | gnustep-apps/gorm: 1.2.26 bump (diff) | |
download | gentoo-d4618488e5f1564a6b89aebe99c7e189a1a597d2.tar.gz gentoo-d4618488e5f1564a6b89aebe99c7e189a1a597d2.tar.bz2 gentoo-d4618488e5f1564a6b89aebe99c7e189a1a597d2.zip |
net-ftp/filezilla: 3.48.0 bump
Also patch build system to skip useless configure sub script (win-only
shell extension) that used default CC. Apply same patch to stable
candidate 3.47.2.1
Closes: https://bugs.gentoo.org/717736
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-ftp/filezilla/files')
-rw-r--r-- | net-ftp/filezilla/files/filezilla-3.47.0-disable-shellext_conf.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-ftp/filezilla/files/filezilla-3.47.0-disable-shellext_conf.patch b/net-ftp/filezilla/files/filezilla-3.47.0-disable-shellext_conf.patch new file mode 100644 index 000000000000..55868dce80fc --- /dev/null +++ b/net-ftp/filezilla/files/filezilla-3.47.0-disable-shellext_conf.patch @@ -0,0 +1,13 @@ +diff -Naur filezilla-3.47.2.1.orig/configure.ac filezilla-3.47.2.1/configure.ac +--- filezilla-3.47.2.1.orig/configure.ac 2020-03-11 12:24:12.000000000 +0100 ++++ filezilla-3.47.2.1/configure.ac 2020-05-09 16:09:23.832476049 +0200 +@@ -130,9 +130,6 @@ + "$ac_abs_confdir/src/fzshellext/configure" --prefix="$prefix" --exec-prefix="$exec_prefix" --host=i686-w64-mingw32 || exit 1 + cd "$OLD_DIR/src/fzshellext/64" || exit 1 + "$ac_abs_confdir/src/fzshellext/configure" --prefix="$prefix" --exec-prefix="$exec_prefix" --host=x86_64-w64-mingw32 || exit 1 +-else +- cd "$OLD_DIR/src/fzshellext/64" || exit 1 +- "$ac_abs_confdir/src/fzshellext/configure" --disable-shellext || exit 1 + fi + cd "$OLD_DIR" + |