[packages/tesseract] fixed x32 arch workaround
gotar
gotar at pld-linux.org
Fri Aug 7 13:19:33 CEST 2015
commit 8b41e4f5251a11a2bc12c8c3daccdce3da1fb7c7
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Fri Aug 7 13:19:07 2015 +0200
fixed x32 arch workaround
tesseract.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tesseract.spec b/tesseract.spec
index dc50c35..834c218 100644
--- a/tesseract.spec
+++ b/tesseract.spec
@@ -74,7 +74,7 @@ Statyczne biblioteki Tesseracta.
%prep
%setup -q
# workaround for 'off_t undefined when -std=c++11' workaround
-%ifarch %{x32}
+%ifarch x32
%{__sed} -e 's|typedef long off_t;|//typedef long off_t;|' -i ccutil/scanutils.cpp
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tesseract.git/commitdiff/8b41e4f5251a11a2bc12c8c3daccdce3da1fb7c7
More information about the pld-cvs-commit
mailing list