graphics/ocrad: Update 0.26 -> 0.27

Reported by:	repology
This commit is contained in:
Yuri Victorovich 2019-01-26 06:22:04 +00:00
parent 953c1d4a58
commit f57dd788df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491242
3 changed files with 6 additions and 7 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= ocrad PORTNAME= ocrad
PORTVERSION= 0.26 DISTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= GNU MASTER_SITES= GNU
EXTRACT_SUFX= .tar.lz EXTRACT_SUFX= .tar.lz

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1493257467 TIMESTAMP = 1548483477
SHA256 (ocrad-0.26.tar.lz) = c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c SHA256 (ocrad-0.27.tar.lz) = a9bfe67e9a040907aff5640dca56392476b6a89e48e37dc94ba846c5b6733b36
SIZE (ocrad-0.26.tar.lz) = 91450 SIZE (ocrad-0.27.tar.lz) = 91709

View file

@ -1,4 +1,4 @@
--- Makefile.in.orig 2018-05-22 03:44:46 UTC --- Makefile.in.orig 2019-01-26 06:20:29 UTC
+++ Makefile.in +++ Makefile.in
@@ -23,16 +23,16 @@ objs = arg_parser.o main.o @@ -23,16 +23,16 @@ objs = arg_parser.o main.o
uninstall uninstall-bin uninstall-info uninstall-man \ uninstall uninstall-bin uninstall-info uninstall-man \
@ -8,7 +8,7 @@
+all : $(progname) lib$(libname).so +all : $(progname) lib$(libname).so
-lib$(libname).a: $(ocr_objs) $(lib_objs) -lib$(libname).a: $(ocr_objs) $(lib_objs)
- $(AR) -rcs $@ $(ocr_objs) $(lib_objs) - $(AR) -crs $@ $(ocr_objs) $(lib_objs)
+lib$(libname).so: $(ocr_objs) $(lib_objs) +lib$(libname).so: $(ocr_objs) $(lib_objs)
+ $(CXX) -shared -fPIC -o $@ $(ocr_objs) $(lib_objs) + $(CXX) -shared -fPIC -o $@ $(ocr_objs) $(lib_objs)