diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-06 19:40:07 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-06 19:40:07 +0000 |
commit | 36d7489eab0b35b34f42c111dac7e2037fc19a0a (patch) | |
tree | 29b71434c9ba8a049e0c46e6cb2950a911b59c4d /lang/ocaml | |
parent | 43ca9d9bc13b02e72d031c60ba26841210e95801 (diff) |
Notes
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure index debe9ffa8913..3d3fc9eb03d1 100644 --- a/lang/ocaml/files/patch-configure +++ b/lang/ocaml/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig 2008-01-04 16:26:38.000000000 +0300 -+++ configure 2008-04-06 23:16:20.000000000 +0400 ++++ configure 2009-04-06 23:35:00.000000000 +0400 @@ -79,6 +79,8 @@ withcurses=no;; -no-shared-libs) @@ -153,3 +153,12 @@ else echo "Location of X11 include files: $x11_include/X11" echo "Options for linking with X11: $x11_link" +@@ -1372,7 +1275,7 @@ + then tk_libs="$tk_libs $dllib" + elif sh ./hasgot $tk_libs -ltcl$tclmaj.$tclmin $tkauxlibs Tcl_DoOneEvent + then +- tk_libs="$tk_libs -ltk$tkmaj.$tkmin -ltcl$tclmaj.$tclmin $dllib" ++ tk_libs="$tk_libs -ltk$tkmaj$tkmin -ltcl$tclmaj.$tclmin $dllib" + elif sh ./hasgot $tk_libs -ltcl$tclmaj$tclmin $tkauxlibs Tcl_DoOneEvent + then + tk_libs="$tk_libs -ltk$tkmaj$tkmin -ltcl$tclmaj$tclmin $dllib" |