From a2810985afabcc31d3eace5e61d8ea25b852ba17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 May 2019 11:18:59 +0100 Subject: gentoo resync : 07.05.2019 --- app-shells/ksh/files/cpp.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app-shells/ksh/files/cpp.patch (limited to 'app-shells/ksh/files/cpp.patch') diff --git a/app-shells/ksh/files/cpp.patch b/app-shells/ksh/files/cpp.patch deleted file mode 100644 index 7075bcfc1f7f..000000000000 --- a/app-shells/ksh/files/cpp.patch +++ /dev/null @@ -1,24 +0,0 @@ -iffe depends on cc -E not inserting newlines between tokens - -https://build.opensuse.org/package/view_file/home:Andreas_Schwab:Factory/ksh/cpp.patch?expand=1 - ---- a/src/cmd/INIT/iffe.sh -+++ b/src/cmd/INIT/iffe.sh -@@ -3427,7 +3427,7 @@ - (eval "$src") <&$nullin || e=1 - ;; - mac*|nomac*) -- if compile $cc -E $tmp.c <&$nullin >$tmp.i -+ if compile $cc -E -P $tmp.c <&$nullin >$tmp.i - then sed -e '/<<[ ]*".*"[ ]*>>/!d' -e 's/<<[ ]*"//g' -e 's/"[ ]*>>//g' $tmp.i - else e=1 - fi -@@ -3718,7 +3718,7 @@ - <<\"#define $v\">> $v <<\"/* native $v */\">> - <<\"#endif\">> - #endif" > $tmp.c -- if compile $cc -E $tmp.c <&$nullin >$tmp.i -+ if compile $cc -E -P $tmp.c <&$nullin >$tmp.i - then sed -e '/<<[ ]*".*"[ ]*>>/!d' -e 's/<<[ ]*"//g' -e 's/"[ ]*>>//g' $tmp.i > $tmp.t - if test -s $tmp.t - then success -- cgit v1.2.3