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