openbsd-ports/converters/k2pdfopt/patches/patch-k2pdfoptlib_k2pdfopt_h
2022-03-11 18:27:00 +00:00

13 lines
353 B
Plaintext

Index: k2pdfoptlib/k2pdfopt.h
--- k2pdfoptlib/k2pdfopt.h.orig
+++ k2pdfoptlib/k2pdfopt.h
@@ -95,7 +95,7 @@
#endif
*/
-#if (defined(HAVE_MUPDF) || defined(HAVE_GOCR_LIB) || defined(HAVE_TESSERACT_LIB))
+#if (defined(HAVE_MUPDF_LIB) || defined(HAVE_GOCR_LIB) || defined(HAVE_TESSERACT_LIB))
#if (!defined(HAVE_OCR_LIB))
#define HAVE_OCR_LIB
#endif