guile: fix compilation in trunk

This commit is contained in:
kyak 2011-05-10 19:59:53 +04:00 committed by Xiangfu Liu
parent 0f74ee4731
commit e0bb18d193
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- guile-1.8.7.or/libguile/guile-snarf-docs.in 2011-03-17 13:55:24.328184439 +0300
+++ guile-1.8.7/libguile/guile-snarf-docs.in 2011-03-17 13:55:56.753058827 +0300
@@ -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 "$@"