X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9eb4b2f291eec660c6d0644a6d692923af95d3e6..ca7699c16955e3dd8cff7a5e75b20e7b0360d036:/packages/tesseract/build.sh diff --git a/packages/tesseract/build.sh b/packages/tesseract/build.sh index aee78652..a0b0584d 100644 --- a/packages/tesseract/build.sh +++ b/packages/tesseract/build.sh @@ -10,7 +10,6 @@ termux_step_pre_configure() { # http://blog.matt-swain.com/post/26419042500/installing-tesseract-ocr-on-mac-os-x-lion export LIBLEPT_HEADERSDIR=${TERMUX_PREFIX}/include/leptonica - cd $TERMUX_PKG_SRCDIR perl -p -i -e 's|ADD_RT], true|ADD_RT], false|g' configure.ac ./autogen.sh }