diff options
Diffstat (limited to 'graphics/feh/files/patch-config.mk')
-rw-r--r-- | graphics/feh/files/patch-config.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk index 0e31e21c63f0..537cdab4557c 100644 --- a/graphics/feh/files/patch-config.mk +++ b/graphics/feh/files/patch-config.mk @@ -1,4 +1,4 @@ ---- config.mk.orig 2017-12-28 18:28:35 UTC +s--- config.mk.orig 2017-12-28 18:28:35 UT2 +++ config.mk @@ -22,12 +22,12 @@ endif @@ -15,12 +15,3 @@ desktop_dir = ${main_dir}/share/applications icon_dir = ${ICON_PREFIX}/hicolor 48_icon_dir = ${icon_dir}/48x48/apps -@@ -38,7 +38,7 @@ CFLAGS ?= -g -O2 - 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 - - ifeq (${curl},1) - CFLAGS += -DHAVE_LIBCURL |