From 4f31e69f76f942e9a1916ba42ff83ce6508cccb7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 25 Sep 2023 00:18:21 -0400 Subject: [PATCH] filezilla: rebuild with wxWidgets-gtk3-3.2.2.1 --- srcpkgs/filezilla/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index c8d7feab7b4..ec52592f23d 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla version=3.65.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck --with-wx-config=wx-config-gtk3" @@ -24,3 +24,5 @@ fi case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) CFLAGS="-msse2";; esac + +CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"