diff options
Diffstat (limited to 'textproc/sphinxsearch/files/patch-src-sphinxsearch.h')
-rw-r--r-- | textproc/sphinxsearch/files/patch-src-sphinxsearch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/files/patch-src-sphinxsearch.h b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h new file mode 100644 index 000000000000..b869576a62ed --- /dev/null +++ b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h @@ -0,0 +1,11 @@ +--- src/sphinxstd.h.orig Sun Apr 15 20:16:11 2007 ++++ src/sphinxstd.h Sun Apr 15 20:17:25 2007 +@@ -57,7 +57,7 @@ + #error "Internal 64-bit integer macros already defined." + #endif + +-#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) ++#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) || defined(_SYS_STDINT_H_) + #include <stdint.h> + #else // no stdint.h + |