diff options
-rw-r--r-- | graphics/tesseract/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tesseract/files/patch-configure.ac b/graphics/tesseract/files/patch-configure.ac new file mode 100644 index 000000000000..bd46dd15245d --- /dev/null +++ b/graphics/tesseract/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig ++++ configure.ac +@@ -7,7 +7,7 @@ + # ---------------------------------------- + AC_PREREQ([2.69]) + AC_INIT([tesseract], +- [m4_esyscmd_s([git describe --abbrev=4 2>/dev/null || cat VERSION])], ++ [m4_esyscmd_s([test -d .git && git describe --abbrev=4 || cat VERSION])], + [https://github.com/tesseract-ocr/tesseract/issues],, + [https://github.com/tesseract-ocr/tesseract/]) + |