Browse Source

try to fix building under Linux

master
parent
commit
002b0da5b6
  1. 3
      gocr/gocr.spec

3
gocr/gocr.spec

@ -34,7 +34,7 @@ Class: PLUS
Group: Graphics Group: Graphics
License: GPL License: GPL
Version: 0.39 Version: 0.39
Release: 20040920 Release: 20050218
# list of sources # list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz Source0: http://osdn.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz
@ -70,6 +70,7 @@ AutoReqProv: no
CPPFLAGS="%{l_cppflags}" \ CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \ LDFLAGS="%{l_ldflags}" \
FIG2DEV="%{l_prefix}/bin/fig2dev" \ FIG2DEV="%{l_prefix}/bin/fig2dev" \
LIBS="-lm" \
./configure \ ./configure \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
--with-x \ --with-x \

Loading…
Cancel
Save