OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../ncurses/parallel-make.patch.disabled
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -ur ncurses-5.4/ncurses/Makefile.in ncurses-5.4-fixed/ncurses/Makefile.in
  17. --- ncurses-5.4/ncurses/Makefile.in 2006-07-03 20:08:45.000000000 +0000
  18. +++ ncurses-5.4-fixed/ncurses/Makefile.in 2006-07-03 20:18:41.000000000 +0000
  19. @@ -141,7 +141,6 @@
  20. AUTO_SRC = \
  21. ../include/nomacros.h \
  22. - codes.c \
  23. comp_captab.c \
  24. expanded.c \
  25. fallback.c \
  26. @@ -150,7 +149,6 @@
  27. lib_gen.c \
  28. lib_keyname.c \
  29. link_test.c \
  30. - names.c \
  31. unctrl.c
  32. TEST_DEPS = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
  33. @@ -200,7 +198,7 @@
  34. make_keys$(BUILD_EXEEXT) : \
  35. $(tinfo)/make_keys.c \
  36. - names.c
  37. + name-codes-stamp
  38. $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD_LIBS)
  39. make_hash$(BUILD_EXEEXT) : \
  40. @@ -220,11 +218,12 @@
  41. lib_keyname.c: keys.list $(base)/MKkeyname.awk
  42. $(AWK) -f $(base)/MKkeyname.awk keys.list > $@
  43. -names.c codes.c: $(tinfo)/MKnames.awk
  44. +name-codes-stamp: $(tinfo)/MKnames.awk
  45. $(AWK) -f $(tinfo)/MKnames.awk $(srcdir)/../include/@TERMINFO_CAPS@
  46. cat namehdr boolnames boolfnames numnames numfnames strnames strfnames nameftr >names.c
  47. cat namehdr boolcodes numcodes strcodes codeftr >codes.c
  48. -rm -f namehdr nameftr codeftr boolnames boolfnames boolcodes numnames numfnames numcodes strnames strfnames strcodes
  49. + echo 1 >name-codes-stamp
  50. unctrl.c: $(base)/MKunctrl.awk
  51. echo | $(AWK) -f $(base)/MKunctrl.awk >$@