From 16f448356e4d7dbd917f7165d992853dbba262a7 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 26 Apr 2012 19:47:53 +0000 Subject: port tcl fbsd patch to let it build sanely on FreeBSD: the patch is for tcl.m4 and tk bundles it own unfixed version... (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- dev-lang/tk/files/tcl-8.5.9-gentoo-fbsd.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-lang/tk/files/tcl-8.5.9-gentoo-fbsd.patch (limited to 'dev-lang/tk/files') diff --git a/dev-lang/tk/files/tcl-8.5.9-gentoo-fbsd.patch b/dev-lang/tk/files/tcl-8.5.9-gentoo-fbsd.patch new file mode 100644 index 000000000000..022d81d3e261 --- /dev/null +++ b/dev-lang/tk/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-*) -- cgit v1.2.3-65-gdbad