summaryrefslogtreecommitdiff
path: root/dev-lang/tcl/files/tcl-8.6.1-conf.patch
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 16:09:00 -0500
committerAmy Liffey <amynka@gentoo.org>2018-04-15 16:22:44 +0200
commit2bb995dc126901d9ba8276f18a1483278476d664 (patch)
tree9bcfb9de14f4ed677429b873e422ca8ad7483328 /dev-lang/tcl/files/tcl-8.6.1-conf.patch
parent11c29355c0491b80b139139f406cb92632b250b2 (diff)
downloadgentoo-2bb995dc126901d9ba8276f18a1483278476d664.tar.gz
gentoo-2bb995dc126901d9ba8276f18a1483278476d664.tar.bz2
gentoo-2bb995dc126901d9ba8276f18a1483278476d664.zip
dev-lang/tcl: remove duplicate patches
Closes: https://github.com/gentoo/gentoo/pull/7901 Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-lang/tcl/files/tcl-8.6.1-conf.patch')
-rw-r--r--dev-lang/tcl/files/tcl-8.6.1-conf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/tcl/files/tcl-8.6.1-conf.patch b/dev-lang/tcl/files/tcl-8.6.1-conf.patch
deleted file mode 100644
index be303e9f3ef8..000000000000
--- a/dev-lang/tcl/files/tcl-8.6.1-conf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tcl8.5.0/unix/tcl.m4.conf 2007-12-20 10:48:05.000000000 +0100
-+++ tcl8.5.0/unix/tcl.m4 2007-12-20 10:48:52.000000000 +0100
-@@ -1427,7 +1427,7 @@ dnl AC_CHECK_TOOL(AR, ar)
- # 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} -fPIC -Wl,-soname,${@}'
- DL_OBJS="tclLoadDl.o"
- DL_LIBS="-ldl"
- LDFLAGS="$LDFLAGS -Wl,--export-dynamic"