]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-as_needed.patch
- dropped pre-cvs changelog
[packages/ocaml.git] / ocaml-as_needed.patch
CommitLineData
425ccf1a
SS
1--- ocaml-3.09.2/configure.orig 2006-11-23 03:30:41.000000000 +0000
2+++ ocaml-3.09.2/configure 2006-11-23 03:31:14.000000000 +0000
3@@ -751,7 +751,7 @@
4 # For the terminfo module
5
6 if test "$withcurses" = "yes"; then
7- for libs in "" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
8+ for libs in "" "-ltinfo" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
9 if sh ./hasgot $libs tgetent tgetstr tgetnum tputs; then
10 echo "termcap functions found (with libraries '$libs')"
11 echo "#define HAS_TERMCAP" >> s.h
This page took 0.035149 seconds and 4 git commands to generate.