Warning, /graphics/okular/core/synctex/patches/00-disable-SYNCTEX_INLINE.diff is written in an unsupported language. File is not indexed.

0001 Disable SYNCTEX_INLINE on non-MSVC compilers. It is misplaced
0002 in the code (before "static"), so it causes compiling errors.
0003 Author: Pino Toscano <pino@kde.org>
0004 
0005 Index: synctex/synctex_parser.c
0006 ===================================================================
0007 --- synctex.orig/synctex_parser.c
0008 +++ synctex/synctex_parser.c
0009 @@ -91,7 +91,7 @@
0010  #       if defined(_MSC_VER)
0011  #          define SYNCTEX_INLINE __inline
0012  #       else
0013 -#          define SYNCTEX_INLINE inline
0014 +#          define SYNCTEX_INLINE
0015  #       endif
0016  #   endif
0017