From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-tcltk/tkzinc/files/3.3.6-ldflags.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev-tcltk/tkzinc/files/3.3.6-ldflags.patch (limited to 'dev-tcltk/tkzinc/files/3.3.6-ldflags.patch') diff --git a/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch b/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch deleted file mode 100644 index 903ef9a2eaee..000000000000 --- a/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 -index 0cbca13..c68af63 100644 ---- a/tclconfig/tcl.m4 -+++ b/tclconfig/tcl.m4 -@@ -1447,7 +1447,8 @@ 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" -+ # TEA specific: use LDFLAGS_DEFAULT instead of LDFLAGS -+ SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT} ${LDFLAGS}' - DL_OBJS="tclLoadDl.o" - DL_LIBS="-ldl" - LDFLAGS="$LDFLAGS -Wl,--export-dynamic" -- cgit v1.2.3