lxqt-about: build style cmake handles -isystem

This commit is contained in:
Jürgen Buchmüller 2017-01-15 12:27:01 +01:00
parent b490130a65
commit 7466814fed

View file

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