From a49b4ea596a2cb3f95a61c8a8e1251775ab7e1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 15 Jan 2017 12:24:32 +0100 Subject: [PATCH] lxqt-policykit: build style cmake handles -isystem --- srcpkgs/lxqt-policykit/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template index 42176362552..d3fcacf2e0d 100644 --- a/srcpkgs/lxqt-policykit/template +++ b/srcpkgs/lxqt-policykit/template @@ -12,7 +12,3 @@ license="LGPL-2.1" homepage="http://lxqt.org/" distfiles="https://github.com/lxde/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz" checksum=0d94ccb8afd21ae1afc50fd67cbd3928631aaaba446ec74540c8a74ffb66f76e - -post_configure() { - find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \; -}