Ticket #404: search-xapian-bool.patch

File search-xapian-bool.patch, 223 bytes (added by Olly Betts, 15 years ago)

Patch to Xapian.c which should fix this

  • Xapian.c

    old new  
    1313#include <string>
    1414#include <vector>
    1515
     16#define HAS_BOOL
     17
    1618#ifdef __cplusplus
    1719extern "C" {
    1820#endif