openbsd-ports/graphics/feh/patches/patch-config_mk
dcoppa fed4a5cc30 Update to feh-1.13.
I take maintainership too, cause old maintainer is M.I.A.

OK sthen@
2011-05-02 21:22:58 +00:00

16 lines
371 B
Plaintext

$OpenBSD: patch-config_mk,v 1.2 2011/05/02 21:22:58 dcoppa Exp $
gcc3 does not like "-Wextra"
--- config.mk.orig Sat Apr 23 22:02:31 2011
+++ config.mk Mon May 2 14:17:26 2011
@@ -15,7 +15,7 @@ example_dir = ${main_dir}/share/doc/feh/examples
# default CFLAGS
CFLAGS ?= -g -O2
-CFLAGS += -Wall -Wextra -pedantic
+CFLAGS += -Wall -pedantic
curl ?= 1
debug ?= 0