From 75746adcad5ec937fa9731c35786b27e700d04ef Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 31 Jan 2018 19:31:08 -0200 Subject: [PATCH] feh: update to 2.23.1. --- srcpkgs/feh/patches/musl-strings.patch | 16 ---------------- srcpkgs/feh/template | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/feh/patches/musl-strings.patch diff --git a/srcpkgs/feh/patches/musl-strings.patch b/srcpkgs/feh/patches/musl-strings.patch deleted file mode 100644 index 9a1d86579f3..00000000000 --- a/srcpkgs/feh/patches/musl-strings.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/feh/template b/srcpkgs/feh/template index 4df9fe0b432..d3ae080b6f1 100644 --- a/srcpkgs/feh/template +++ b/srcpkgs/feh/template @@ -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 " 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