summaryrefslogtreecommitdiff
path: root/dev-scheme/guile/files/guile-1.8.8-gcc5.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-scheme/guile/files/guile-1.8.8-gcc5.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-scheme/guile/files/guile-1.8.8-gcc5.patch')
-rw-r--r--dev-scheme/guile/files/guile-1.8.8-gcc5.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-scheme/guile/files/guile-1.8.8-gcc5.patch b/dev-scheme/guile/files/guile-1.8.8-gcc5.patch
deleted file mode 100644
index 742ea0ba9de2..000000000000
--- a/dev-scheme/guile/files/guile-1.8.8-gcc5.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Preprocessor changes in GCC 5 cause guile-snarf to output garbage.
-
-https://bugs.gentoo.org/560736
-
---- a/libguile/guile-snarf.in
-+++ b/libguile/guile-snarf.in
-@@ -50,7 +50,7 @@
- ## Apparently, AIX's preprocessor is unhappy if you try to #include an
- ## empty file.
- echo "/* cpp arguments: $@ */" ;
-- ${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
-+ ${cpp} -P -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
- grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//" -e "s/\^\ *:\ *\^.*/;/"
- }
-