mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
606c265a4c
Use new patches from http://archive.ubuntu.com/ubuntu/pool/universe/k/k2pdfopt/. Added ghostscript as dependency as it is required according to readme if OCR support is not compiled in. Closes https://github.com/termux/termux-packages/issues/11089
25 lines
669 B
Diff
25 lines
669 B
Diff
From d9b94967df710d607b6f31ff096f1e8627420413 Mon Sep 17 00:00:00 2001
|
|
From: yangfl <yangfl@users.noreply.github.com>
|
|
Date: Mon, 7 Jan 2019 16:49:10 +0800
|
|
Subject: [PATCH 04/10] willuslib/CMakeLists.txt: typo
|
|
|
|
---
|
|
willuslib/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/willuslib/CMakeLists.txt b/willuslib/CMakeLists.txt
|
|
index 2bbe248..641626b 100644
|
|
--- a/willuslib/CMakeLists.txt
|
|
+++ b/willuslib/CMakeLists.txt
|
|
@@ -29,6 +29,6 @@ message("-- Willuslib sources: ${WILLUSLIB_SRC}")
|
|
|
|
add_library(willuslib ${WILLUSLIB_SRC})
|
|
|
|
-# HAVE_GOCR_LIB: ocrjocr.c
|
|
+# HAVE_GOCR_LIB: ocrgocr.c
|
|
# HAVE_TESSERACT_LIB: ocrtess.c
|
|
|
|
--
|
|
2.28.0
|
|
|