From 0a77f16133be24998b48a4135e688ae1ea9fcd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 Jan 2017 13:59:44 +0100 Subject: [PATCH] lxqt-notificationd: fix cross --- srcpkgs/lxqt-notificationd/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template index b8f63d75ef..d305480ba8 100644 --- a/srcpkgs/lxqt-notificationd/template +++ b/srcpkgs/lxqt-notificationd/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 liblxqt-devel" makedepends="liblxqt-devel" short_desc="LXQt notification daemon" maintainer="Juan RP " @@ -12,3 +12,7 @@ license="LGPL-2.1" homepage="http://lxqt.org/" distfiles="https://github.com/lxde/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz" checksum=6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75 + +post_configure() { + find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \; +}