diff options
Diffstat (limited to 'base/guile/guile-gcc-4.5.0-doc-1.patch')
-rw-r--r-- | base/guile/guile-gcc-4.5.0-doc-1.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/guile/guile-gcc-4.5.0-doc-1.patch b/base/guile/guile-gcc-4.5.0-doc-1.patch new file mode 100644 index 000000000..2523487da --- /dev/null +++ b/base/guile/guile-gcc-4.5.0-doc-1.patch @@ -0,0 +1,8 @@ +--- guile-1.8.7/libguile/guile-snarf-docs.in.orig 2010-04-26 22:30:50.000000000 +0200 ++++ guile-1.8.7/libguile/guile-snarf-docs.in 2010-04-26 22:32:07.000000000 +0200 +@@ -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 "$@" |