summaryrefslogtreecommitdiff
path: root/x11-toolkits/tkstep80
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-12-02 10:34:00 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-12-02 10:34:00 +0000
commit73bcf7818348a9d7fcb22a5517f4ac3d509f99c3 (patch)
treeb1dc81e3b138b0842ee7eab11d28671d987f7979 /x11-toolkits/tkstep80
parentTemporarily bump shared version numbers to 1.2. They are following the (diff)
Set a fix shared lib version number (1.2).
Notes
Notes: svn path=/head/; revision=8959
Diffstat (limited to 'x11-toolkits/tkstep80')
-rw-r--r--x11-toolkits/tkstep80/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/tkstep80/files/patch-aa b/x11-toolkits/tkstep80/files/patch-aa
index 229b3f5c2b1c..57f233194fad 100644
--- a/x11-toolkits/tkstep80/files/patch-aa
+++ b/x11-toolkits/tkstep80/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.orig Mon Dec 1 12:56:45 1997
-+++ configure Mon Dec 1 13:11:06 1997
+--- configure.orig Tue Dec 2 10:36:23 1997
++++ configure Tue Dec 2 11:23:24 1997
@@ -877,14 +877,14 @@
withval="$with_tcl"
TCL_BIN_DIR=$withval
@@ -27,6 +27,15 @@
LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}'
# If Tcl and Tk are installed in different places, adjust the library
+@@ -2423,7 +2425,7 @@
+ if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then
+ TK_SHARED_BUILD=1
+ TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
+- eval "TK_LIB_FILE=libtkstep${TCL_SHARED_LIB_SUFFIX}"
++ eval "TK_LIB_FILE=libtkstep`echo ${VERSION} | tr -d .`.so.1.2"
+ MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}"
+ RANLIB=":"
+ else
@@ -2475,7 +2477,7 @@
if test "$ok" = "yes" ; then