diff options
Diffstat (limited to 'main/guile/guile-1.8.7-gcc45.patch')
-rw-r--r-- | main/guile/guile-1.8.7-gcc45.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/guile/guile-1.8.7-gcc45.patch b/main/guile/guile-1.8.7-gcc45.patch new file mode 100644 index 0000000000..6c9c2cd443 --- /dev/null +++ b/main/guile/guile-1.8.7-gcc45.patch @@ -0,0 +1,15 @@ +Fixing docs build with gcc-4.5 + +http://bugs.gentoo.org/317175 + +Patch scavenged from +http://lists.gnu.org/archive/html/guile-devel/2009-11/msg00078.html + +--- ./libguile/guile-snarf-docs.in ++++ ./libguile/guile-snarf-docs.in +@@ -23,4 +23,4 @@ + ## Let the user override the preprocessor autoconf found. + test -n "${CPP+set}" || CPP="@CPP@" + +-${CPP} -DSCM_MAGIC_SNARF_DOCS "$@" ++${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@" |