ocrad/ocrad-build-with-optflags.patch
Marcus Meissner 6909c240b4 Accepting request 184174 from home:toganm:branches:graphics
- Update to 0.22
 * Scaling and smoothing are now made before thresholding.
 * Improvements in character recognition.
 * ocradlib.h: Added new function OCRAD_set_utf8_format.
 * Small improvements have been made in manual and man page.
 * Changed quote characters in messages as advised by GNU
- Spec file changes:
 * rebased ocrad-build-with-optflags.patch

OBS-URL: https://build.opensuse.org/request/show/184174
OBS-URL: https://build.opensuse.org/package/show/graphics/ocrad?expand=0&rev=17
2013-07-24 11:45:29 +00:00

14 lines
347 B
Diff

--- configure.orig 2013-07-24 08:20:58.611942166 +0000
+++ configure 2013-07-24 08:23:38.298054685 +0000
@@ -24,10 +24,6 @@
infodir='$(datarootdir)/info'
libdir='${exec_prefix}/lib'
mandir='$(datarootdir)/man'
-CXX=g++
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
# checking whether we are using GNU C++.
${CXX} --version > /dev/null 2>&1