aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sphinx-speech/pocketsphinx/cross-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sphinx-speech/pocketsphinx/cross-compile.patch')
-rw-r--r--recipes/sphinx-speech/pocketsphinx/cross-compile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/sphinx-speech/pocketsphinx/cross-compile.patch b/recipes/sphinx-speech/pocketsphinx/cross-compile.patch
new file mode 100644
index 0000000000..4392204657
--- /dev/null
+++ b/recipes/sphinx-speech/pocketsphinx/cross-compile.patch
@@ -0,0 +1,11 @@
+--- foo/configure.in.org 2006-08-05 15:42:56.000000000 +0000
++++ foo/configure.in 2006-10-11 22:53:44.000000000 +0000
+@@ -59,7 +59,7 @@
+ dnl FIXME: How do we find the installed headers robustly?
+ dnl
+ AC_CHECK_HEADER(sphinxbase/sphinx_config.h,
+-CPPFLAGS="-I/usr/include/sphinxbase -I/usr/local/include/sphinxbase",[
++CPPFLAGS="$CPPFLAGS",[
+ if test x$sphinxbase = x; then
+ # Look for sphinxbase in the parent directory
+ for sb in ../sphinxbase*; do