lximage-qt: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 14:25:22 +01:00
parent 36bdc441d1
commit db9ffe7fdb

View file

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