mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
boinc: rebuild with wxWidgets-gtk3-3.2.2.1
This commit is contained in:
parent
d0912f405f
commit
c79e813258
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.22.0
|
version=7.22.0
|
||||||
revision=2
|
revision=3
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
|
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
|
||||||
|
@ -21,7 +21,7 @@ boinc_homedir="/var/lib/boinc"
|
||||||
boinc_shell="/bin/bash"
|
boinc_shell="/bin/bash"
|
||||||
conflicts="boinc-nox>=0"
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;;
|
armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue