diff options
Diffstat (limited to 'lang/tcl86/files/patch-unix-configure')
-rw-r--r-- | lang/tcl86/files/patch-unix-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/tcl86/files/patch-unix-configure b/lang/tcl86/files/patch-unix-configure deleted file mode 100644 index a64e49d75001..000000000000 --- a/lang/tcl86/files/patch-unix-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2012-12-21 14:28:04.000000000 +0100 -+++ configure 2012-12-21 14:28:22.000000000 +0100 -@@ -7913,7 +7913,7 @@ - # This configuration from FreeBSD Ports. - SHLIB_CFLAGS="-fPIC" - SHLIB_LD="${CC} -shared" -- TCL_SHLIB_LD_EXTRAS="-soname \$@" -+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@" - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" |