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