source: projects/specs/trunk/e/emacs22/emacs-22.3-gcc44.patch @ 2294

Revision 2294, 1.0 KB checked in by munepi, 14 years ago (diff)

emacs22: added some patches

RevLine 
[2294]1diff -up emacs-22.3/configure.in\~ emacs-22.3/configure.in
2--- emacs-22.3/configure.in~    2010-04-02 10:33:25.000000000 +0900
3+++ emacs-22.3/configure.in     2010-04-02 11:19:48.000000000 +0900
4@@ -3388,7 +3388,7 @@ echo creating lib-src/Makefile
5   sed -e '1,/start of cpp stuff/d'\
6       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
7       < Makefile.c > junk.c
8-  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
9+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
10       sed -e 's/^ /    /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c
11   cat junk1.c junk2.c > Makefile.new
12   rm -f junk.c junk1.c junk2.c
13@@ -3404,7 +3404,7 @@ echo creating src/Makefile
14   sed -e '1,/start of cpp stuff/d'\
15       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
16       < Makefile.c > junk.c
17-  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
18+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
19       sed -e 's/^ /    /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c
20   cat junk1.c junk2.c > Makefile.new
21   rm -f junk.c junk1.c junk2.c
22
23Diff finished.  Fri Apr  2 11:19:52 2010
Note: See TracBrowser for help on using the repository browser.