openbsd-ports/graphics/tesseract/patches/patch-configure
ajacoutot 81ddca477f Import tesseract-2.03
The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV
Accuracy test. Between 1995 and 2006 it had little work done on it, but
it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image and
output text. A tiff reader is built in that will read uncompressed TIFF
images, or libtiff can be added to read compressed images.


reworked from scratch from an original submission by
jrrs at ice-nine dot org a while ago on ports@; he's been non-responsive
so far so I'm taking MAINTAINERship.
2008-09-17 10:17:27 +00:00

21 lines
986 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2008/09/17 10:17:27 ajacoutot Exp $
--- configure.orig Tue Apr 22 13:35:36 2008
+++ configure Sun Jul 13 19:08:04 2008
@@ -7469,8 +7469,6 @@ fi
ac_config_files="$ac_config_files dlltest/Makefile"
- ac_config_files="$ac_config_files java/Makefile"
-
# AC_CONFIG_FILES(doc/Doxyfile)
# AC_CONFIG_FILES(doc/header.html)
# AC_CONFIG_FILES(doc/footer.html)
@@ -8030,7 +8028,6 @@ do
"tessdata/tessconfigs/Makefile" ) CONFIG_FILES="$CONFIG_FILES tessdata/tessconfigs/Makefile" ;;
"testing/Makefile" ) CONFIG_FILES="$CONFIG_FILES testing/Makefile" ;;
"dlltest/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlltest/Makefile" ;;
- "java/Makefile" ) CONFIG_FILES="$CONFIG_FILES java/Makefile" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config_auto.h:config/config.h.in" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5