summaryrefslogtreecommitdiff
path: root/user/feh/cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/feh/cflags.patch')
-rw-r--r--user/feh/cflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/feh/cflags.patch b/user/feh/cflags.patch
deleted file mode 100644
index 88f0c05c9..000000000
--- a/user/feh/cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- feh-2.23/config.mk 2017-12-28 18:28:35.000000000 +0000
-+++ feh-2.23/config.mk 2018-01-08 01:19:54.440000000 +0000
-@@ -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=700
-
- ifeq (${curl},1)
- CFLAGS += -DHAVE_LIBCURL