mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
graphics/ocrad: Update 0.26 -> 0.27
Reported by: repology
This commit is contained in:
parent
953c1d4a58
commit
f57dd788df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491242
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ocrad
|
||||
PORTVERSION= 0.26
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.27
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNU
|
||||
EXTRACT_SUFX= .tar.lz
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1493257467
|
||||
SHA256 (ocrad-0.26.tar.lz) = c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c
|
||||
SIZE (ocrad-0.26.tar.lz) = 91450
|
||||
TIMESTAMP = 1548483477
|
||||
SHA256 (ocrad-0.27.tar.lz) = a9bfe67e9a040907aff5640dca56392476b6a89e48e37dc94ba846c5b6733b36
|
||||
SIZE (ocrad-0.27.tar.lz) = 91709
|
||||
|
@ -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
|
||||
@@ -23,16 +23,16 @@ objs = arg_parser.o main.o
|
||||
uninstall uninstall-bin uninstall-info uninstall-man \
|
||||
@ -8,7 +8,7 @@
|
||||
+all : $(progname) lib$(libname).so
|
||||
|
||||
-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)
|
||||
+ $(CXX) -shared -fPIC -o $@ $(ocr_objs) $(lib_objs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user