From fdf9a3175dc5c592971ecc36f85879b037e93428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 14 Jun 2018 12:23:12 +0200 Subject: [PATCH] boinc: fix cross MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/boinc/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/boinc/template b/srcpkgs/boinc/template index 8e54f384c5..a360d9c4e7 100644 --- a/srcpkgs/boinc/template +++ b/srcpkgs/boinc/template @@ -21,7 +21,6 @@ homepage="https://boinc.berkeley.edu/" distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz" checksum=0dd5bafb9e6eced2695c2f47a93d9165643d9132a1cf58fef0e733c4a70ea22c conflicts="boinc-nox>=0" -nocross="https://build.voidlinux.eu/builders/aarch64_builder/builds/10314/steps/shell_3/logs/stdio" CXXFLAGS="-Wno-redundant-decls" @@ -63,8 +62,8 @@ do_configure() { --disable-server \ --with-ssl=${XBPS_CROSS_BASE}/usr \ --with-x=${XBPS_CROSS_BASE}/usr \ - --with-wx-config=/usr/bin/wx-config-3.0 \ - --with-wxdir=${XBPS_CROSS_BASE}/usr/lib + --with-wx-config=${XBPS_CROSS_BASE}/usr/bin/wx-config-3.0 \ + --with-wx-prefix=${XBPS_CROSS_BASE}/usr cd ${wrksrc}/nox PKG_CONFIG=pkg-config \