summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-08-05 08:20:20 +0000
committerNaohiro Aota <naota@gentoo.org>2011-08-05 08:20:20 +0000
commitea792414c98eaf09664470a856b023d98aac1f95 (patch)
treebd18be4cd8f0ea1c6dba811131d8c170b8caad69 /dev-lang/tcl/files
parentFixing bug #377653 (diff)
downloadhistorical-ea792414c98eaf09664470a856b023d98aac1f95.tar.gz
historical-ea792414c98eaf09664470a856b023d98aac1f95.tar.bz2
historical-ea792414c98eaf09664470a856b023d98aac1f95.zip
Apply shared object versioning policy on Gentoo/FreeBSD. Bug 354067
Package-Manager: portage-2.2.0_alpha49/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/tcl/files')
-rw-r--r--dev-lang/tcl/files/tcl-8.5.9-gentoo-fbsd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/tcl/files/tcl-8.5.9-gentoo-fbsd.patch b/dev-lang/tcl/files/tcl-8.5.9-gentoo-fbsd.patch
new file mode 100644
index 000000000000..022d81d3e261
--- /dev/null
+++ b/dev-lang/tcl/files/tcl-8.5.9-gentoo-fbsd.patch
@@ -0,0 +1,13 @@
+diff --git a/unix/tcl.m4 b/unix/tcl.m4
+index fdd9d44..31bfca8 100644
+--- a/unix/tcl.m4
++++ b/unix/tcl.m4
+@@ -1601,7 +1601,7 @@ dnl AC_CHECK_TOOL(AR, ar)
+ # Version numbers are dot-stripped by system policy.
+ TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .`
+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
+- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
++ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
+ TCL_LIB_VERSIONS_OK=nodots
+ ;;
+ Darwin-*)