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.

62 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../pdksh/pdksh-install.patch
  5. # Copyright (C) 2004 - 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. --- pdksh-5.2.14/configure 1999-04-20 22:01:59.000000000 +0200
  17. +++ pdksh-5.2.14-patched/configure 2005-05-17 23:02:51.000000000 +0200
  18. @@ -623,7 +623,7 @@
  19. fi
  20. case $enable_shell in
  21. - ksh) cat >> confdefs.h <<\EOF
  22. + *ksh) cat >> confdefs.h <<\EOF
  23. #define KSH 1
  24. EOF
  25. ;;
  26. @@ -640,7 +640,7 @@
  27. fi
  28. case $enable_emacs:$enable_shell in
  29. - yes:*|:ksh) enable_emacs=yes; cat >> confdefs.h <<\EOF
  30. + yes:*|:*ksh) enable_emacs=yes; cat >> confdefs.h <<\EOF
  31. #define EMACS 1
  32. EOF
  33. ;;
  34. @@ -654,7 +654,7 @@
  35. fi
  36. case $enable_vi:$enable_shell in
  37. - yes:*|:ksh) enable_vi=yes; cat >> confdefs.h <<\EOF
  38. + yes:*|:*ksh) enable_vi=yes; cat >> confdefs.h <<\EOF
  39. #define VI 1
  40. EOF
  41. ;;
  42. @@ -682,7 +682,7 @@
  43. fi
  44. case $enable_brace_expand:$enable_shell in
  45. - yes:*|:ksh) enable_brace_expand=yes; cat >> confdefs.h <<\EOF
  46. + yes:*|:*ksh) enable_brace_expand=yes; cat >> confdefs.h <<\EOF
  47. #define BRACE_EXPAND 1
  48. EOF
  49. ;;
  50. @@ -696,7 +696,7 @@
  51. fi
  52. case $enable_history:$enable_shell in
  53. - simple:*|:ksh) enable_history=simple; ;;
  54. + simple:*|:*ksh) enable_history=simple; ;;
  55. complex:*) enable_history=complex; cat >> confdefs.h <<\EOF
  56. #define COMPLEX_HISTORY 1
  57. EOF