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.

46 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../pilot-link/configure-readline.patch.disable
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE 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. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- pilot-link-0.11.8/configure.orig 2004-10-04 12:13:21.812743376 +0200
  18. +++ pilot-link-0.11.8/configure 2004-10-04 12:13:49.164585264 +0200
  19. @@ -10499,6 +10499,9 @@
  20. LIBS="$ac_save_LIBS"
  21. done
  22. +
  23. +ac_check_lib_save_LIBS="$LIBS"
  24. +LIBS="$LIBS -lreadline -lncurses"
  25. echo "$as_me:$LINENO: checking for readline" >&5
  26. echo $ECHO_N "checking for readline... $ECHO_C" >&6
  27. cat >conftest.$ac_ext <<_ACEOF
  28. @@ -10531,7 +10534,7 @@
  29. ac_status=$?
  30. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  31. (exit $ac_status); }; }; then
  32. - RL_LIBS="-lreadline"
  33. + RL_LIBS="-lreadline -lncurses"
  34. else
  35. echo "$as_me: failed program was:" >&5
  36. sed 's/^/| /' conftest.$ac_ext >&5
  37. @@ -10586,6 +10589,8 @@
  38. fi
  39. fi
  40. +LIBS="$ac_check_lib_save_LIBS"
  41. +
  42. if test "x$RL_LIBS" != "x"; then
  43. echo "$as_me:$LINENO: checking for basic readline functions" >&5
  44. echo $ECHO_N "checking for basic readline functions... $ECHO_C" >&6