lxqt-powermanagement: build style cmake handles -isystem

This commit is contained in:
Jürgen Buchmüller 2017-01-15 12:20:48 +01:00
parent cf6f7dd60b
commit 065e314409
1 changed files with 0 additions and 4 deletions

View File

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