ports/textproc/sphinxsearch/files/patch-src-sphinxsearch.h
Martin Wilke 61a5ff520a - Fix few mistakes in rc.d script
PR:		113135
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-06-04 07:24:48 +00:00

13 lines
398 B
C

--- src/sphinxstd.h.orig Tue May 29 19:50:47 2007
+++ src/sphinxstd.h Tue May 29 19:52:23 2007
@@ -57,9 +57,7 @@
#error "Internal 64-bit integer macros already defined."
#endif
-#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_)
-#include <stdint.h>
-#else // no stdint.h
+#if !HAVE_STDINT_H
#if defined(_MSC_VER)
typedef __int64 int64_t;