]> git.pld-linux.org Git - packages/ocaml.git/blame_incremental - ocaml-as_needed.patch
- updated to 4.02.3
[packages/ocaml.git] / ocaml-as_needed.patch
... / ...
CommitLineData
1--- ocaml-4.02.1/configure.orig 2014-11-07 16:23:50.668651870 +0100
2+++ ocaml-4.02.1/configure 2014-11-07 16:33:21.335294590 +0100
3@@ -1022,7 +1022,7 @@
4 # For the terminfo module
5
6 if test "$with_curses" = "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 inf "termcap functions found (with libraries '$libs')"
11 echo "#define HAS_TERMCAP" >> s.h
This page took 0.043159 seconds and 4 git commands to generate.