aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tkstep80
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-12-02 18:34:00 +0800
committertg <tg@FreeBSD.org>1997-12-02 18:34:00 +0800
commit0b0bb8e6b585e834b9c13c4f398a67a5e2ffc76b (patch)
tree11adb8843724a849fb1f0f35e76f2319e711f4ac /x11-toolkits/tkstep80
parentc5253552c86354a9baee51cd1474fa9296586bfa (diff)
downloadfreebsd-ports-gnome-0b0bb8e6b585e834b9c13c4f398a67a5e2ffc76b.tar.gz
freebsd-ports-gnome-0b0bb8e6b585e834b9c13c4f398a67a5e2ffc76b.tar.zst
freebsd-ports-gnome-0b0bb8e6b585e834b9c13c4f398a67a5e2ffc76b.zip
Set a fix shared lib version number (1.2).
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