summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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, 0 insertions, 11 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
deleted file mode 100644
index f24cdc6..0000000
--- a/dev-lang/tcl/files/tcl-8.5_alpha6-tclm4-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"