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