From 99002442113da7ccb7e0e57d60a969325a47dc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 Jan 2017 13:57:04 +0100 Subject: [PATCH] lxqt-config: fix cross --- srcpkgs/lxqt-config/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template index 7bebe963f13..ebf37f280d2 100644 --- a/srcpkgs/lxqt-config/template +++ b/srcpkgs/lxqt-config/template @@ -4,7 +4,7 @@ version=0.11.1 revision=1 build_style=cmake configure_args="-DPULL_TRANSLATIONS=0" -hostmakedepends="pkg-config" +hostmakedepends="pkg-config qt5-host-tools qt5-svg-devel liblxqt-devel" makedepends="liblxqt-devel libXcursor-devel libkscreen-devel qt5-svg-devel" short_desc="LXQt System Settings" maintainer="Juan RP " @@ -12,3 +12,7 @@ license="LGPL-2.1" homepage="http://lxqt.org/" distfiles="https://github.com/lxde/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz" checksum=65899ba616a637a8abf88889285aed400046064c85fc29393522782bf557425b + +post_configure() { + find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \; +}