lxqt-sudo: build style cmake handles -isystem

This commit is contained in:
Jürgen Buchmüller 2017-01-15 12:22:16 +01:00
parent 065e314409
commit c3ebedfe79

View file

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