blob: 6c9c2cd443fb7dfc679ac4d690f414c482e31bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 "$@"
|