summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch/files/patch-src_sphinxint.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patches to make the code compatible with clang-6.0 / C++17 -- this willMatthew Seaman2018-02-041-0/+13
fix the build on FreeBSD 12.0 - delete the 'register' keyword everywhere - Add whitespace between adjacent quoted strings - Update the offsetof() macro to cast the result to int Reported by: pkg-fallout Notes: svn path=/head/; revision=460879