summaryrefslogtreecommitdiffhomepage
path: root/patches/ed-1.17_pre.local.patch
blob: ad5d95e024f497e8df7841267f6f8a7ed7cb8dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru ed-1.17.orig/configure ed-1.17/configure
--- ed-1.17.orig/configure	2021-01-06 14:06:29.000000000 +0100
+++ ed-1.17/configure	2021-01-13 12:29:03.995851327 +0100
@@ -23,7 +23,7 @@
 program_prefix=
 CC=gcc
 CPPFLAGS=
-CFLAGS='-Wall -W -O2'
+CFLAGS ?= '-Wall -W -O2'
 LDFLAGS=
 
 # checking whether we are using GNU C.