lxqt-notificationd: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 13:59:44 +01:00
parent 5a02b3db5c
commit 0a77f16133

View file

@ -4,7 +4,7 @@ version=0.11.1
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="pkg-config"
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
makedepends="liblxqt-devel"
short_desc="LXQt notification daemon"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -12,3 +12,7 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
checksum=6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}