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-util/ftjam/files/ftjam-2.5.3-nostrip.patch | 40 -------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dev-util/ftjam/files/ftjam-2.5.3-nostrip.patch (limited to 'dev-util/ftjam/files/ftjam-2.5.3-nostrip.patch') diff --git a/dev-util/ftjam/files/ftjam-2.5.3-nostrip.patch b/dev-util/ftjam/files/ftjam-2.5.3-nostrip.patch deleted file mode 100644 index 1b7e69fc2c8f..000000000000 --- a/dev-util/ftjam/files/ftjam-2.5.3-nostrip.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -Naur ftjam-2.5.3rc2-orig/Jamfile ftjam-2.5.3rc2/Jamfile ---- ftjam-2.5.3rc2-orig/Jamfile 2007-06-05 08:30:52.000000000 -0600 -+++ ftjam-2.5.3rc2/Jamfile 2007-06-10 12:55:03.000000000 -0600 -@@ -138,16 +138,6 @@ - LinkLibraries jam : libjam.a ; - GenFile jambase.c : mkjambase Jambase ; - --if $(UNIX) && ! $(DEBUG) --{ -- actions Strip -- { -- strip $(1) -- } -- -- Strip jam ; --} -- - Library libjam.a : - builtins.c command.c compile.c $(code) expand.c - glob.c hash.c headers.c lists.c make.c make1.c -@@ -156,19 +146,6 @@ - hdrmacro.c rope.c - ; - --# Strip the Jam executable on Mingw --# --if $(JAM_TOOLSET) = MINGW --{ -- actions Strip -- { -- strip $(1) -- } -- -- Strip jam$(SUFEXE) ; --} -- -- - if $(BINDIR) { InstallBin $(BINDIR) : jam ; } - - # -- cgit v1.2.3