libfirm: rebuild for metadata
This commit is contained in:
parent
3ebe2b3c56
commit
d7c6260228
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'libfirm'
|
||||
pkgname=libfirm
|
||||
version=1.22.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="perl python"
|
||||
short_desc="Graph based SSA intermediate code representation"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://libfirm.org/"
|
||||
distfiles="https://github.com/MatzeB/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=2e681db62610a41394f1aa3a62583acff8a67cea138354be6b3d2d8d390665c3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="Unsupported long double format" ;;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
cat <<EOF >config.mak
|
||||
variant = release
|
||||
|
|
Loading…
Reference in New Issue