diff options
Diffstat (limited to 'meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch')
-rw-r--r-- | meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch b/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch index a65c433d57..4c92aa2ce4 100644 --- a/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch +++ b/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch | |||
@@ -9,24 +9,22 @@ http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00001.html | |||
9 | ed had already taken GPLv3 when this patch out, so it should be GPLv3. | 9 | ed had already taken GPLv3 when this patch out, so it should be GPLv3. |
10 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | 10 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
11 | 11 | ||
12 | Index: ed-1.4/configure | 12 | Index: ed-1.5/configure |
13 | =================================================================== | 13 | =================================================================== |
14 | --- ed-1.4.orig/configure 2009-07-10 19:54:33.000000000 +0800 | 14 | --- ed-1.5.orig/configure 2010-08-30 07:34:49.000000000 -0700 |
15 | +++ ed-1.4/configure 2010-08-05 17:41:51.000000000 +0800 | 15 | +++ ed-1.5/configure 2010-11-20 16:42:20.490645823 -0800 |
16 | @@ -26,12 +26,6 @@ | 16 | @@ -26,10 +26,6 @@ |
17 | mandir='$(datadir)/man' | 17 | mandir='$(datadir)/man' |
18 | sysconfdir='$(prefix)/etc' | 18 | sysconfdir='$(prefix)/etc' |
19 | program_prefix= | 19 | program_prefix= |
20 | -CC= | 20 | -CC= |
21 | -CXX= | ||
22 | -CPPFLAGS= | 21 | -CPPFLAGS= |
23 | -CFLAGS='-Wall -W -O2' | 22 | -CFLAGS='-Wall -W -O2' |
24 | -CXXFLAGS='-Wall -W -O2' | ||
25 | -LDFLAGS= | 23 | -LDFLAGS= |
26 | 24 | ||
27 | # Loop over all args | 25 | # Loop over all args |
28 | while [ x"$1" != x ] ; do | 26 | while [ -n "$1" ] ; do |
29 | @@ -111,6 +105,14 @@ | 27 | @@ -105,6 +101,14 @@ |
30 | esac | 28 | esac |
31 | done | 29 | done |
32 | 30 | ||
@@ -40,4 +38,4 @@ Index: ed-1.4/configure | |||
40 | + | 38 | + |
41 | # Find the source files, if location was not specified. | 39 | # Find the source files, if location was not specified. |
42 | srcdirtext= | 40 | srcdirtext= |
43 | if [ x"${srcdir}" = x ] ; then | 41 | if [ -z "${srcdir}" ] ; then |