From c79e813258da94ec0995ed1620dac845822dfbfa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 25 Sep 2023 00:18:20 -0400 Subject: [PATCH] boinc: rebuild with wxWidgets-gtk3-3.2.2.1 --- srcpkgs/boinc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/boinc/template b/srcpkgs/boinc/template index ecd2a1100b0..65b3efc5c34 100644 --- a/srcpkgs/boinc/template +++ b/srcpkgs/boinc/template @@ -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" ;;