lxqt-runner: build style cmake handles -isystem

This commit is contained in:
Jürgen Buchmüller 2017-01-15 12:24:04 +01:00
parent bf9ad20587
commit 9c95cc5c0f

View file

@ -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" \;
}