Tcl Source Code

Artifact [d520aa0fe8]
Login

Artifact d520aa0fe87384073c49c7f98f353de7be609298:

Attachment "nodots.patch" to ticket [450725ffff] added by mdejong 2001-09-10 00:46:14.
Index: unix/tcl.m4
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/tcl.m4,v
retrieving revision 1.42
diff -u -r1.42 tcl.m4
--- unix/tcl.m4	2001/08/23 19:10:43	1.42
+++ unix/tcl.m4	2001/09/09 17:40:44
@@ -891,6 +891,12 @@
 	    DL_LIBS=""
 	    LDFLAGS="-export-dynamic"
 	    LD_SEARCH_FLAGS=""
+
+	    # FreeBSD doesn't handle version numbers with dots.
+
+	    UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
+	    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
+	    TCL_LIB_VERSIONS_OK=nodots
 	    ;;
 	NEXTSTEP-*)
 	    SHLIB_CFLAGS=""