ne: update to 3.3.2.
Also: - disable parallel build and properly define CFLAGS (thanks @kruceter ).
This commit is contained in:
parent
1756f02317
commit
953839543e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ne'
|
# Template file for 'ne'
|
||||||
pkgname=ne
|
pkgname=ne
|
||||||
version=3.3.1
|
version=3.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl texinfo"
|
hostmakedepends="perl texinfo"
|
||||||
|
@ -11,8 +11,6 @@ license="GPL-3.0-only"
|
||||||
homepage="http://ne.di.unimi.it/"
|
homepage="http://ne.di.unimi.it/"
|
||||||
changelog="https://raw.githubusercontent.com/vigna/ne/master/NEWS"
|
changelog="https://raw.githubusercontent.com/vigna/ne/master/NEWS"
|
||||||
distfiles="https://github.com/vigna/ne/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/vigna/ne/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=931f01380b48e539b06d65d80ddf313cce67aab6d7b62462a548253ab9b3e10a
|
checksum=9b8b757db22bd8cb783cf063f514143a8c325e5c321af31901e0f76e77455417
|
||||||
|
disable_parallel_build=yes
|
||||||
do_build() {
|
CFLAGS="-std=c99 -D_GNU_SOURCE"
|
||||||
make CFLAGS="$CFLAGS -std=c99 -D_GNU_SOURCE" CC=$CC ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue