diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 10:24:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 10:24:57 +0000 |
commit | 2c48db7b1c337670f7582ff0dab6a68e8bdba8c7 (patch) | |
tree | 54dda1d5086a08a0827ec9a8a14bda8597a7315d /japanese/tcl80 | |
parent | b7b2b72ded82561878cb532cbeab0dd197c49cda (diff) | |
download | ports-2c48db7b1c337670f7582ff0dab6a68e8bdba8c7.tar.gz ports-2c48db7b1c337670f7582ff0dab6a68e8bdba8c7.zip |
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-aa | 2 |
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" |