aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/files/cpp-fix.patch
blob: 615cf4c2a6864511a93eafc62fa2ccb648c0a652 (plain)
1
2
3
4
5
6
7
8
--- ./libguile/guile-snarf-docs.in-orig	2013-02-20 22:57:55.000000000 +0100
+++ ./libguile/guile-snarf-docs.in	2013-02-20 22:58:17.000000000 +0100
@@ -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 "$@"