Revert "kwindowsystem: cross still broken"

This reverts commit 41272e4147.
This commit is contained in:
Jürgen Buchmüller 2017-01-02 21:56:02 +01:00
parent 41272e4147
commit 5b9bc9dafb

View file

@ -13,10 +13,6 @@ homepage="https://projects.kde.org/projects/frameworks/kwindowsystem"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=361eebfebc753019d3b507c5b758dfb878c032b41c9062930bc46239618e7fa5
# /usr/arm-linux-gnueabihf/usr/include/c++/6.2.1/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
# #include_next <stdlib.h>
nocross="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/3036/steps/shell_3/logs/stdio"
post_configure() {
# Replace -isystem with -I to avoid "#include_next <stdlib.h>" file not found
find -name flags.make -exec sed -i "{}" -e "s;-isystem;-I;g" \;