mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
ugrep: update to 5.1.4.
This commit is contained in:
parent
c66632ac3e
commit
3602cee3a8
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/mmap.hpp
|
|
||||||
+++ b/src/mmap.hpp
|
|
||||||
@@ -50,6 +50,7 @@
|
|
||||||
#if defined(HAVE_MMAP) && MAX_MMAP_SIZE > 0
|
|
||||||
# include <sys/mman.h>
|
|
||||||
# include <sys/stat.h>
|
|
||||||
+# include <sys/types.h>
|
|
||||||
# include <limits>
|
|
||||||
# ifndef MAP_ANONYMOUS
|
|
||||||
# define MAP_ANONYMOUS MAP_ANON
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ugrep'
|
# Template file for 'ugrep'
|
||||||
pkgname=ugrep
|
pkgname=ugrep
|
||||||
version=5.1.3
|
version=5.1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-devel pcre2-devel
|
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-devel pcre2-devel
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/Genivia/ugrep"
|
homepage="https://github.com/Genivia/ugrep"
|
||||||
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
||||||
checksum=a349abb1a619e33dddbf105528bc5ba5f8d97b4f7b2c69b85d432853df3a9aee
|
checksum=5b80b527c3c5b4cd8f0ec300d816ac0c1dea11c6de7774d69e9becebf492274d
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv*) configure_args+=" --disable-neon";;
|
armv*) configure_args+=" --disable-neon";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue