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