lxqt-about: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 13:56:28 +01:00
parent 885762ed59
commit fb934991c9

View file

@ -4,6 +4,7 @@ version=0.11.1
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="qt5-host-tools liblxqt-devel"
makedepends="qt5-tools-devel liblxqt-devel"
short_desc="LXQt about application"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -11,3 +12,7 @@ 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" \;
}