From b110363822a01b147f4d755e3dad0735fe550501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 Jan 2017 14:15:44 +0100 Subject: [PATCH] lxqt-qtplugin: fix cross --- srcpkgs/lxqt-qtplugin/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template index ace740ea130..a31c9f49174 100644 --- a/srcpkgs/lxqt-qtplugin/template +++ b/srcpkgs/lxqt-qtplugin/template @@ -3,7 +3,7 @@ pkgname=lxqt-qtplugin version=0.11.1 revision=3 build_style=cmake -hostmakedepends="pkg-config" +hostmakedepends="pkg-config qt5-host-tools liblxqt-devel" makedepends="lxqt-build-tools liblxqt-devel libdbusmenu-qt5-devel" short_desc="LXQt Qt theme plugin" maintainer="Juan RP " @@ -11,3 +11,7 @@ license="LGPL-2.1" homepage="http://lxqt.org/" distfiles="https://github.com/lxde/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz" checksum=20acf0b775d28a33400b2e6606835931ab7f02226175c8115562c060c39bd391 + +post_configure() { + find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \; +}