summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/tk/files/tk-8.4.15-tclm4-soname.patch')
-rw-r--r--dev-lang/tk/files/tk-8.4.15-tclm4-soname.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/tk/files/tk-8.4.15-tclm4-soname.patch b/dev-lang/tk/files/tk-8.4.15-tclm4-soname.patch
deleted file mode 100644
index b427d276f06d..000000000000
--- a/dev-lang/tk/files/tk-8.4.15-tclm4-soname.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur tk8.4.15.orig/unix/tcl.m4 tk8.4.15/unix/tcl.m4
---- tk8.4.15.orig/unix/tcl.m4 2007-05-26 01:09:54.000000000 +0900
-+++ tk8.4.15/unix/tcl.m4 2007-07-21 02:16:13.000000000 +0900
-@@ -1345,7 +1345,7 @@
- #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
-
- if test "$have_dl" = yes; then
-- 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"