summaryrefslogtreecommitdiff
path: root/devel/tclmore/files/patch-configure
blob: 12eb9d9723d2fcd1d513932da2c9c9ec54322f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	2004-05-21 18:24:40.000000000 +0200
+++ configure	2013-04-22 13:44:49.000000000 +0200
@@ -6702,9 +6702,9 @@
 	    # Special check for weird MP-RAS system (uname returns weird
 	    # results, and the version is kept in special file).
 
-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print }' /etc/.relid'`
-	    fi
+#	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+#		system=MP-RAS-`awk '{print $1}' /etc/.relid'`
+#	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
 	    fi
@@ -7847,11 +7847,12 @@
 		EXTRA_CFLAGS="-pthread"
 	    	LDFLAGS="$LDFLAGS -pthread"
 	    fi
+	    SHARED_LIB_SUFFIX='${VERSION}\$\{DBGX\}${SHLIB_SUFFIX}.0'
 	    case $system in
 	    FreeBSD-3.*)
 	    	# FreeBSD-3 doesn't handle version numbers with dots.
 	    	UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
-	    	SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
+	    	SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.0'
 	    	TCL_LIB_VERSIONS_OK=nodots
 		;;
 	    esac