* move libffi to base/ Category
[t2sde.git] / package / editors / sed / compile.patch.dietlibc
blobce5b593dadc353cc69aa12ff518fe4fde6ce5a3e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../sed/compile.patch.dietlibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./lib/Makefile.in.orig      2005-01-25 05:30:31.000000000 -0300
19 +++ ./lib/Makefile.in   2005-10-31 15:49:39.000000000 -0300
20 @@ -42,7 +42,7 @@
21  subdir = lib
22  DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
23         $(srcdir)/Makefile.in $(srcdir)/regex_.h $(srcdir)/stdbool_.h \
24 -       alloca.c getline.c memchr.c memcmp.c memmove.c mkstemp.c \
25 +       alloca.c memchr.c memcmp.c memmove.c mkstemp.c \
26         obstack.c obstack.h regex.c strerror.c strverscmp.c
27  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
28  am__aclocal_m4_deps = $(top_srcdir)/config/codeset.m4 \
29 @@ -259,7 +259,6 @@
30         -rm -f *.tab.c
32  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
33 -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@
34  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
35  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
36  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@