summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 10:49:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-19 09:51:36 +0200
commit4436e59ab6b9420c8f3b25a2dec72659987f94e7 (patch)
treebb6b66172f32a4e7be1549beacade4f2cb23f673 /dev-lang/tcl/files/tcl-8.5.14-conf.patch
parentsys-power/powernowd: Drop 1.00-r4, EAPI5-- (diff)
downloadgentoo-4436e59ab6b9420c8f3b25a2dec72659987f94e7.tar.gz
gentoo-4436e59ab6b9420c8f3b25a2dec72659987f94e7.tar.bz2
gentoo-4436e59ab6b9420c8f3b25a2dec72659987f94e7.zip
dev-lang/tcl: Drop 8.5.17-r1, EAPI5--
Follow-up to d8ea7781476ed7ddeabd9358649bb6d19789bf2d which was ACK'd at the time. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-lang/tcl/files/tcl-8.5.14-conf.patch')
-rw-r--r--dev-lang/tcl/files/tcl-8.5.14-conf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/tcl/files/tcl-8.5.14-conf.patch b/dev-lang/tcl/files/tcl-8.5.14-conf.patch
deleted file mode 100644
index a8b3aa021014..000000000000
--- a/dev-lang/tcl/files/tcl-8.5.14-conf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/unix/tcl.m4
-+++ b/unix/tcl.m4
-@@ -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"