mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
filezilla: rebuild with wxWidgets-gtk3-3.2.2.1
This commit is contained in:
parent
24b0491e89
commit
4f31e69f76
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'filezilla'
|
# Template file for 'filezilla'
|
||||||
pkgname=filezilla
|
pkgname=filezilla
|
||||||
version=3.65.0
|
version=3.65.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
||||||
--with-wx-config=wx-config-gtk3"
|
--with-wx-config=wx-config-gtk3"
|
||||||
|
@ -24,3 +24,5 @@ fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) CFLAGS="-msse2";;
|
i686*|x86_64*) CFLAGS="-msse2";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
Loading…
Add table
Reference in a new issue