lxqt-panel: build style cmake handles -isystem

This commit is contained in:
Jürgen Buchmüller 2017-01-15 12:20:16 +01:00
parent ba8c9d4660
commit cf6f7dd60b

View file

@ -15,7 +15,3 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
checksum=cfbe1862a2614ff8e22bc8db795a6cbce106243822d90370970eb0bbd5aea5e0
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}