diff --git a/srcpkgs/aribas/template b/srcpkgs/aribas/template index bbdff3a3a0f..33b60e1ba99 100644 --- a/srcpkgs/aribas/template +++ b/srcpkgs/aribas/template @@ -4,14 +4,15 @@ version=1.64 revision=4 build_wrksrc=src build_style=gnu-makefile -CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64' short_desc="Multiprecision Arithmetic Interpreter" -maintainer="Christian Neukirchen " -license="GPL-2" +maintainer="Leah Neukirchen " +license="GPL-2.0-or-later" 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" checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169 +CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64' + post_configure() { sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile }