From 41272e4147a07bb07895a1f5c08e581286eb0f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 2 Jan 2017 21:51:39 +0100 Subject: [PATCH] kwindowsystem: cross still broken Strange. Modifying the flags.make files works when building locally. --- srcpkgs/kwindowsystem/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/kwindowsystem/template b/srcpkgs/kwindowsystem/template index a5a6457bd48..fe57f6c8253 100644 --- a/srcpkgs/kwindowsystem/template +++ b/srcpkgs/kwindowsystem/template @@ -13,6 +13,10 @@ 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 +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 " file not found find -name flags.make -exec sed -i "{}" -e "s;-isystem;-I;g" \;