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-lang/jimtcl/files/jimtcl-0.75-bootstrap.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-lang/jimtcl/files/jimtcl-0.75-bootstrap.patch (limited to 'dev-lang/jimtcl/files') diff --git a/dev-lang/jimtcl/files/jimtcl-0.75-bootstrap.patch b/dev-lang/jimtcl/files/jimtcl-0.75-bootstrap.patch deleted file mode 100644 index 60850e0b6d0b..000000000000 --- a/dev-lang/jimtcl/files/jimtcl-0.75-bootstrap.patch +++ /dev/null @@ -1,15 +0,0 @@ -always do a bootstrap w/local jimsh0 to avoid requiring tcl or jimtcl -to be installed first. the bootstrap prog is small too. - ---- a/autosetup/find-tclsh -+++ b/autosetup/find-tclsh -@@ -4,9 +4,6 @@ - d=`dirname "$0"` - { "$d/jimsh0" "$d/test-tclsh"; } 2>/dev/null && exit 0 - PATH="$PATH:$d"; export PATH --for tclsh in jimsh tclsh tclsh8.5 tclsh8.6; do -- { $tclsh "$d/test-tclsh"; } 2>/dev/null && exit 0 --done - echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0" - for cc in ${CC_FOR_BUILD:-cc} gcc; do - { $cc -o "$d/jimsh0" "$d/jimsh0.c"; } 2>/dev/null || continue -- cgit v1.2.3