diff --git a/net-ftp/filezilla/filezilla-3.64.0.recipe b/net-ftp/filezilla/filezilla-3.65.0.recipe similarity index 91% rename from net-ftp/filezilla/filezilla-3.64.0.recipe rename to net-ftp/filezilla/filezilla-3.65.0.recipe index 4d5177bbd..d805b75e6 100644 --- a/net-ftp/filezilla/filezilla-3.64.0.recipe +++ b/net-ftp/filezilla/filezilla-3.65.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2015-2023 Tim Kosse" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.filezilla-project.org/client/FileZilla_${portVersion}_src.tar.xz" -CHECKSUM_SHA256="813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a" +CHECKSUM_SHA256="d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea" PATCHES="filezilla-$portVersion.patchset" ADDITIONAL_FILES="filezilla.rdef.in" @@ -52,6 +52,7 @@ BUILD_REQUIRES=" wxgtk${secondaryArchSuffix}_devel xdg_utils xz_utils${secondaryArchSuffix}_devel + devel:libboost_regex$secondaryArchSuffix devel:libfilezilla$secondaryArchSuffix devel:libgnutls$secondaryArchSuffix devel:libiconv$secondaryArchSuffix @@ -79,12 +80,16 @@ defineDebugInfoPackage filezilla$secondaryArchSuffix \ BUILD() { + if [ $effectiveTargetArchitecture = x86 ]; then + cflags=-D_FORCE_SOFTWARE_SHA + fi + mkdir -p src/fzshellext/32 mkdir -p src/fzshellext/64 autoreconf mkdir -p build cd build - LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus + CFLAGS=$cflags LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus make $jobArgs } diff --git a/net-ftp/filezilla/patches/filezilla-3.64.0.patchset b/net-ftp/filezilla/patches/filezilla-3.65.0.patchset similarity index 100% rename from net-ftp/filezilla/patches/filezilla-3.64.0.patchset rename to net-ftp/filezilla/patches/filezilla-3.65.0.patchset