summaryrefslogtreecommitdiff
path: root/packages/sphinx-speech/pocketsphinx/cross-compile.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-30 18:59:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-30 18:59:46 +0000
commit22a6c09b599b06bfea0c485e182844c9077e8536 (patch)
tree295561e3ea959fbcf33cb47b382dd4fcda9aacb2 /packages/sphinx-speech/pocketsphinx/cross-compile.patch
parent8aa18f979e3ae6014e8303fcd2196e22e8f713df (diff)
add sphinx, a full text indexer
Diffstat (limited to 'packages/sphinx-speech/pocketsphinx/cross-compile.patch')
-rw-r--r--packages/sphinx-speech/pocketsphinx/cross-compile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/sphinx-speech/pocketsphinx/cross-compile.patch b/packages/sphinx-speech/pocketsphinx/cross-compile.patch
new file mode 100644
index 0000000000..4392204657
--- /dev/null
+++ b/packages/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