mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
aribas: rebuild.
This commit is contained in:
parent
75e34d2255
commit
ae3b13cc8f
1 changed files with 4 additions and 3 deletions
|
@ -4,14 +4,15 @@ version=1.64
|
||||||
revision=4
|
revision=4
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
|
||||||
short_desc="Multiprecision Arithmetic Interpreter"
|
short_desc="Multiprecision Arithmetic Interpreter"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html"
|
homepage="http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html"
|
||||||
distfiles="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/${pkgname}-${version}.tar.gz"
|
||||||
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
|
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
|
||||||
|
|
||||||
|
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue