kwindowsystem: fix cross
This commit is contained in:
parent
c671cd0ffb
commit
cb5e5cef54
1 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'kwindowsystem'
|
# Template file for 'kwindowsystem'
|
||||||
pkgname=kwindowsystem
|
pkgname=kwindowsystem
|
||||||
version=5.29.0
|
version=5.29.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE=ON"
|
||||||
hostmakedepends="pkg-config extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel"
|
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-tools-devel"
|
||||||
makedepends="qt5-tools-devel qt5-x11extras-devel libXfixes-devel xcb-util-keysyms-devel"
|
makedepends="qt5-tools-devel qt5-x11extras-devel libXfixes-devel xcb-util-keysyms-devel"
|
||||||
short_desc="KDE frameworks - Access to the windowing system"
|
short_desc="KDE frameworks - Access to the windowing system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -13,9 +13,10 @@ homepage="https://projects.kde.org/projects/frameworks/kwindowsystem"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=361eebfebc753019d3b507c5b758dfb878c032b41c9062930bc46239618e7fa5
|
checksum=361eebfebc753019d3b507c5b758dfb878c032b41c9062930bc46239618e7fa5
|
||||||
|
|
||||||
# /usr/arm-linux-gnueabihf/usr/include/c++/6.2.1/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
|
post_configure() {
|
||||||
# #include_next <stdlib.h>
|
# Replace -isystem with -I to avoid "#include_next <stdlib.h>" file not found
|
||||||
nocross="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/3036/steps/shell_3/logs/stdio"
|
find -name flags.make -exec sed -i "{}" -e "s;-isystem;-I;g" \;
|
||||||
|
}
|
||||||
|
|
||||||
kwindowsystem-devel_package() {
|
kwindowsystem-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue