void-packages/srcpkgs/arcan/patches/010-tesseract-include.patch
Piraty 930777d6eb arcan: update to 0.5.5.2.
Fixes #5395

known issue:
- dependency `harfbuzz` is not recognized by arcan's cmake
2018-12-11 14:22:12 -02:00

9 lines
231 B
Diff

--- src/frameserver/encode/default/ocr.c
+++ src/frameserver/encode/default/ocr.c
@@ -1,4 +1,4 @@
-#include <capi.h>
+#include <tesseract/capi.h>
#include <leptonica/allheaders.h>
#include <arcan_shmif.h>
#include "util/utf8.c"