aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/guile/files')
-rw-r--r--recipes/guile/files/cpp-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/guile/files/cpp-fix.patch b/recipes/guile/files/cpp-fix.patch
new file mode 100644
index 0000000000..4a6bea018d
--- /dev/null
+++ b/recipes/guile/files/cpp-fix.patch
@@ -0,0 +1,10 @@
+--- ./libguile/guile-snarf-docs.in-orig 2013-02-20 22:31:43.000000000 +0100
++++ ./libguile/guile-snarf-docs.in 2013-02-20 22:32:08.000000000 +0100
+@@ -21,6 +21,6 @@
+ bindir=`dirname $0`
+
+ ## Let the user override the preprocessor autoconf found.
+-test -n "${CPP+set}" || CPP="@CPP@"
++test -n "${CPP+set}" || CPP="cpp -E -P"
+
+ ${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"