summaryrefslogtreecommitdiff
path: root/misc/fzy/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fzy/patches/patch-Makefile')
-rw-r--r--misc/fzy/patches/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fzy/patches/patch-Makefile b/misc/fzy/patches/patch-Makefile
index f3f45f6b064..80de7254efd 100644
--- a/misc/fzy/patches/patch-Makefile
+++ b/misc/fzy/patches/patch-Makefile
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile,v 1.1 2016/11/16 10:39:31 leot Exp $
+$NetBSD: patch-Makefile,v 1.2 2017/01/01 16:03:38 leot Exp $
Do not ignore CPPFLAGS and do not force optimization in CFLAGS
---- Makefile.orig 2016-08-04 06:54:51.000000000 +0000
+--- Makefile.orig 2017-01-01 12:33:41.000000000 +0000
+++ Makefile
@@ -1,7 +1,7 @@
- VERSION=0.7
+ VERSION=0.8
-CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic