polyml: update to 5.9.
This commit is contained in:
parent
40acd45c10
commit
dda483bb27
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polyml'
|
# Template file for 'polyml'
|
||||||
pkgname=polyml
|
pkgname=polyml
|
||||||
version=5.8.2
|
version=5.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
|
@ -10,12 +10,12 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.polyml.org/"
|
homepage="http://www.polyml.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=310b0ba748a50f38e99de7f65ba990bc4b4f4b0123ad76aba4c44d7cd1ed9277
|
checksum=5aa452a49f2ac0278668772af4ea0b9bf30c93457e60ff7f264c5aec2023c83e
|
||||||
conflicts="mesa-demos>=0" # /usr/bin/poly
|
conflicts="mesa-demos>=0" # /usr/bin/poly
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*)
|
||||||
# musl doesn't allow writing to .rodata and .text during
|
# musl doesn't allow writing to .rodata and .text during
|
||||||
# relocation, but polyexport.o contains DT_TEXTREL
|
# relocation, but polyexport.o contains DT_TEXTREL
|
||||||
# since libpolyml/elfexport.cpp only creates absolute
|
# since libpolyml/elfexport.cpp only creates absolute
|
||||||
|
|
Loading…
Reference in New Issue