summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-05-26 12:51:12 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-05-26 12:51:12 +0000
commit2073a60badf8e5e5f5979d5487630a6ce68065c9 (patch)
tree82164d06433c584188c70f757490be6e0c4bd950 /dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch
downloadabandonware-2073a60badf8e5e5f5979d5487630a6ce68065c9.tar.gz
abandonware-2073a60badf8e5e5f5979d5487630a6ce68065c9.tar.bz2
abandonware-2073a60badf8e5e5f5979d5487630a6ce68065c9.zip
add ns, nam, otcl, and tclclHEADmaster
svn path=/abandonware/; revision=4
Diffstat (limited to 'dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch')
-rw-r--r--dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch b/dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch
new file mode 100644
index 0000000..f24cdc6
--- /dev/null
+++ b/dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch
@@ -0,0 +1,11 @@
+--- tcl8.5a6.orig/unix/tcl.m4 2007-04-27 02:33:51.000000000 +0900
++++ tcl8.5a6/unix/tcl.m4 2007-05-16 10:46:31.000000000 +0900
+@@ -1425,7 +1425,7 @@
+ # get rid of the warnings.
+ #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
+
+- SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
++ SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -Wl,-soname,${@}'
+ DL_OBJS="tclLoadDl.o"
+ DL_LIBS="-ldl"
+ LDFLAGS="$LDFLAGS -Wl,--export-dynamic"