From 91f01970b932da5bd4c61d9e87631aef6de9f745 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jan 2017 15:00:46 +0100 Subject: [PATCH] Filezilla: Rebuild against current libraries Rebuild because of Library Errors please refer "Filezilla kaputt Sven Klages 2017-01-10 12:59" lammkarree[0]:Cosmic $ filezilla Reading locale option from /home/klages/.filezilla/filezilla.xml Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Aborted --- filezilla.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filezilla.be0 b/filezilla.be0 index 670d96476..0b480e980 100755 --- a/filezilla.be0 +++ b/filezilla.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION filezilla-3.14.1-1 + SRCURL[0]="http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${PKGVERSION}/FileZilla_${PKGVERSION}_src.tar.bz2" PATCHURL[0]=""