summaryrefslogtreecommitdiff
path: root/package/ed/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-05 19:39:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-05 19:39:14 +0100
commite2c3a79b3e8b7527d62889175b4b131c0a059e18 (patch)
treea19d7c8ccc0740b1bc2969c9c2b20ffd9c45d780 /package/ed/patches
parent5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (diff)
misc fixes, new package ed and mailutils
Diffstat (limited to 'package/ed/patches')
-rw-r--r--package/ed/patches/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/ed/patches/patch-configure b/package/ed/patches/patch-configure
new file mode 100644
index 000000000..e9574dcbf
--- /dev/null
+++ b/package/ed/patches/patch-configure
@@ -0,0 +1,17 @@
+--- 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'
+ program_prefix=
+-CC=
+-CPPFLAGS=
+-CFLAGS='-Wall -W -O2'
+-LDFLAGS=
++CC?=
++CPPFLAGS?=
++CFLAGS?='-Wall -W -O2'
++LDFLAGS?=
+
+ # Loop over all args
+ while [ -n "$1" ] ; do