diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-support/guile/files/cpp-linemarkers.patch | |
parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/guile/files/cpp-linemarkers.patch')
-rw-r--r-- | meta-oe/recipes-support/guile/files/cpp-linemarkers.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/guile/files/cpp-linemarkers.patch b/meta-oe/recipes-support/guile/files/cpp-linemarkers.patch new file mode 100644 index 0000000000..3e48932a3c --- /dev/null +++ b/meta-oe/recipes-support/guile/files/cpp-linemarkers.patch | |||
@@ -0,0 +1,8 @@ | |||
1 | --- guile.orig/libguile/guile-snarf-docs.in 2009-07-03 18:19:00.000000000 -0400 | ||
2 | +++ guile/libguile/guile-snarf-docs.in 2009-11-19 12:55:32.487266268 -0500 | ||
3 | @@ -23,4 +23,4 @@ | ||
4 | ## Let the user override the preprocessor autoconf found. | ||
5 | test -n "${CPP+set}" || CPP="@CPP@" | ||
6 | |||
7 | -${CPP} -DSCM_MAGIC_SNARF_DOCS "$@" | ||
8 | +${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@" | ||