diff options
Diffstat (limited to 'dev-lang/tk/files/tk-8.3.5-tclm4-soname.patch')
-rw-r--r-- | dev-lang/tk/files/tk-8.3.5-tclm4-soname.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/tk/files/tk-8.3.5-tclm4-soname.patch b/dev-lang/tk/files/tk-8.3.5-tclm4-soname.patch deleted file mode 100644 index 9cf21b89cae6..000000000000 --- a/dev-lang/tk/files/tk-8.3.5-tclm4-soname.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u tk8.3.5/unix/tcl.m4~ tk8.3.5/unix/tcl.m4 ---- tk8.3.5/unix/tcl.m4~ 2003-01-14 21:22:12.000000000 +0900 -+++ tk8.3.5/unix/tcl.m4 2003-01-14 21:22:12.000000000 +0900 -@@ -949,7 +949,7 @@ - CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" - - if test "$have_dl" = yes; then -- SHLIB_LD="${CC} -shared" -+ SHLIB_LD='${CC} -shared -Wl,-soname,${@}' - DL_OBJS="tclLoadDl.o" - DL_LIBS="-ldl" - LDFLAGS="-rdynamic" |