emacs-22.3-gcc44.patch 1.0 KB

1234567891011121314151617181920212223
  1. diff -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. Diff finished. Fri Apr 2 11:19:52 2010