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.
gentoo-overlay/dev-lang/tk/files/tcl-8.5.9-gentoo-fbsd.patch

14 lines
475 B

diff --git a/unix/tcl.m4 b/unix/tcl.m4
index fdd9d44..31bfca8 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1601,7 +1601,7 @@ dnl AC_CHECK_TOOL(AR, ar)
# Version numbers are dot-stripped by system policy.
TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .`
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
TCL_LIB_VERSIONS_OK=nodots
;;
Darwin-*)