summaryrefslogtreecommitdiff
path: root/japanese/tcl80
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:24:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:24:57 +0000
commit2c48db7b1c337670f7582ff0dab6a68e8bdba8c7 (patch)
tree54dda1d5086a08a0827ec9a8a14bda8597a7315d /japanese/tcl80
parentCreate *.so for a.out case. (diff)
My goodness. Why did you decrease the a.out shlib number from 1.2 to
1.0?!? (That's one thing you absolutely cannot do!)
Notes
Notes: svn path=/head/; revision=13519
Diffstat (limited to 'japanese/tcl80')
-rw-r--r--japanese/tcl80/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tcl80/files/patch-aa b/japanese/tcl80/files/patch-aa
index 9763c177517c..42f2168e1a91 100644
--- a/japanese/tcl80/files/patch-aa
+++ b/japanese/tcl80/files/patch-aa
@@ -10,7 +10,7 @@
+ TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
+ else
+ SHLIB_LD="ld -Bshareable -x"
-+ TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
++ TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.2'
+ fi
SHLIB_CFLAGS="-fpic"
- SHLIB_LD="ld -Bshareable -x"