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