summaryrefslogtreecommitdiff
path: root/package/ed/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-08 23:16:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-08 23:16:04 +0200
commit8150b04ec5341f7a5c03b9d13147753dff0313e6 (patch)
tree7a21495c5af783eaadba286825858b78899b34f1 /package/ed/patches
parent4144747e2cbed9635aa99c5eddafa80c2aa3c826 (diff)
ed: update to 1.13, add lzip as decompressor
Diffstat (limited to 'package/ed/patches')
-rw-r--r--package/ed/patches/patch-configure26
1 files changed, 17 insertions, 9 deletions
diff --git a/package/ed/patches/patch-configure b/package/ed/patches/patch-configure
index e9574dcbf..594a9a524 100644
--- a/package/ed/patches/patch-configure
+++ b/package/ed/patches/patch-configure
@@ -1,17 +1,25 @@
---- ed-1.5.orig/configure 2010-08-30 16:34:49.000000000 +0200
-+++ ed-1.5/configure 2011-12-05 13:26:17.990045908 +0100
-@@ -26,10 +26,10 @@ infodir='$(datadir)/info'
- mandir='$(datadir)/man'
- sysconfdir='$(prefix)/etc'
+--- ed-1.13.orig/configure 2016-01-24 18:54:47.000000000 +0100
++++ ed-1.13/configure 2016-04-08 23:14:47.326189488 +0200
+@@ -14,17 +14,17 @@ srctrigger=doc/${pkgname}.texi
+ LC_ALL=C
+ export LC_ALL
+ srcdir=
+-prefix=/usr/local
++prefix=/usr
+ exec_prefix='$(prefix)'
+ bindir='$(exec_prefix)/bin'
+ datarootdir='$(prefix)/share'
+ infodir='$(datarootdir)/info'
+ mandir='$(datarootdir)/man'
program_prefix=
--CC=
+-CC=gcc
-CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-LDFLAGS=
-+CC?=
++CC?=gcc
+CPPFLAGS?=
+CFLAGS?='-Wall -W -O2'
+LDFLAGS?=
- # Loop over all args
- while [ -n "$1" ] ; do
+ # checking whether we are using GNU C.
+ ${CC} --version > /dev/null 2>&1