summaryrefslogtreecommitdiff
path: root/lang/tcl86/files/patch-unix-configure
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:32:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:32:38 +0000
commit335927cf6f6f9726660614a916625a9acbfb04e1 (patch)
tree243fa18e319272c1f049170f3303eeb98ef68028 /lang/tcl86/files/patch-unix-configure
parentAdd missing #includes to fix build on -CURRENT (diff)
- Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
Notes
Notes: svn path=/head/; revision=327664
Diffstat (limited to 'lang/tcl86/files/patch-unix-configure')
-rw-r--r--lang/tcl86/files/patch-unix-configure11
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=""