lxqt-about: fix cross
This commit is contained in:
parent
885762ed59
commit
fb934991c9
|
@ -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" \;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user