mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Make ocaml to find tk again.
This commit is contained in:
parent
43ca9d9bc1
commit
36d7489eab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231727
1 changed files with 10 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue