boinc: rebuild with wxWidgets-gtk3-3.2.2.1

This commit is contained in:
Andrew J. Hesford 2023-09-25 00:18:20 -04:00
parent d0912f405f
commit c79e813258

View file

@ -1,7 +1,7 @@
# Template file for 'boinc'
pkgname=boinc
version=7.22.0
revision=2
revision=3
_majorver=${version%.*}
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
@ -21,7 +21,7 @@ boinc_homedir="/var/lib/boinc"
boinc_shell="/bin/bash"
conflicts="boinc-nox>=0"
CXXFLAGS="-Wno-redundant-decls"
CXXFLAGS="-Wno-redundant-decls -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
case "$XBPS_TARGET_MACHINE" in
armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;;