summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-01-13 12:31:11 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-13 19:36:32 +0000
commitf9e6ae64696ea0c1e327b59aa39d91ad3ffbe276 (patch)
treeabfa6a0ad5359528f34410de5b6713dd262284ee /patches
parente7e44e79eb662aa707216ef1f87c463177ffef7a (diff)
downloadmidipix_build-f9e6ae64696ea0c1e327b59aa39d91ad3ffbe276.tar.bz2
midipix_build-f9e6ae64696ea0c1e327b59aa39d91ad3ffbe276.tar.xz
groups/211.native_packages_cmdline.group: ed: bump to v1.17
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/ed-1.17_pre.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/ed-1.17_pre.local.patch b/patches/ed-1.17_pre.local.patch
new file mode 100644
index 00000000..ad5d95e0
--- /dev/null
+++ b/patches/ed-1.17_pre.local.patch
@@ -0,0 +1,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.