You can view, comment on, or merge this pull request online at:
https://github.com/voidlinux/void-packages/pull/10244
-- Commit Summary --
* khelpcenter: update to 17.12.0.
-- File Changes --
M srcpkgs/khelpcenter/template (4)
-- Patch Links --
https://github.com/voidlinux/void-packages/pull/10244.patch
https://github.com/voidlinux/void-packages/pull/10244.diff
CMake=E2=80=99s script to find xapian is unaware of `$XBPS_CROSS_BASE`. B=
y adding the variables the script sets explicitly to `configure_args` it =
works. :)
And maybe it=E2=80=99s also a good idea to put the additions to `hostmake=
depends` inside the =E2=80=98cross branch=E2=80=99, too.
```
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=3D" qt5-qmake qt5-host-tools python kdoctools kc=
onfig"
configure_args+=3D" -DXAPIAN_LIBRARIES=3D${XBPS_CROSS_BASE}/usr/l=
ib/libxapian.so
-DXAPIAN_INCLUDE_DIR=3D${XBPS_CROSS_BASE}/usr/include -DXAPIAN_F=
OUND=3DTRUE"
fi
```
-- =
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/10244#issuecomment-354364=
728=