feh: update to 2.23.1.

This commit is contained in:
maxice8 2018-01-31 19:31:08 -02:00 committed by Toyam Cox
parent c19fc007f4
commit 75746adcad
2 changed files with 2 additions and 18 deletions

View file

@ -1,16 +0,0 @@
feh.h includes X11/Xos.h which in turn includes string.h. In musl
environments, strings.h is not implicitly included unless we define either
_BSD_SOURCE or _GNU_SOURCE. Therefore, add -D_BSD_SOURCE so that when string.h
is included, it also includes strings.h.
--- ./config.mk 2018-01-07 14:26:09.423820119 -0500
+++ ./config.mk 2018-01-07 14:26:17.411888240 -0500
@@ -38,7 +38,7 @@
CFLAGS += -Wall -Wextra -pedantic
# Settings for glibc >= 2.19 - may need to be adjusted for other systems
-CFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500
+CFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
ifeq (${curl},1)
CFLAGS += -DHAVE_LIBCURL

View file

@ -1,6 +1,6 @@
# Template file for 'feh'
pkgname=feh
version=2.23
version=2.23.1
revision=1
hostmakedepends="pkg-config"
makedepends="giblib-devel libcurl-devel libexif-devel
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://feh.finalrewind.org/"
distfiles="${homepage}/feh-${version}.tar.bz2"
checksum=16df3cb813526a549e854aa82f80bcb299b9e83dd687ab4216a84e86f61722a1
checksum=9bc164d0863d41201bd253a2652dcee5806a9c6a8b5918bb8ba09fcee6d7e9be
do_build() {
make ${makejobs} CC=$CC PREFIX=/usr exif=1 help=1 stat64=1