FreeBSD Bugzilla – Attachment 237028 Details for
Bug 266776
graphics/tesseract: Link with libomp.so to fix missing symbol error; Add compiler:c++20-lang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tesseract.patch (text/plain), 803 bytes, created by
Yuri Victorovich
on 2022-10-02 21:01:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2022-10-02 21:01:18 UTC
Size:
803 bytes
patch
obsolete
>diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile >index adf93f5a47e2..9176ea3e8be6 100644 >--- a/graphics/tesseract/Makefile >+++ b/graphics/tesseract/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= tesseract > PORTVERSION= 5.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > > MAINTAINER= pkubaj@FreeBSD.org >@@ -20,7 +20,7 @@ LIB_DEPENDS= liblept.so:graphics/leptonica \ > > RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data > >-USES= autoreconf compiler:c++11-lang cpe gnome libarchive libtool \ >+USES= autoreconf compiler:c++20-lang cpe gnome libarchive libtool \ > localbase pathfix pkgconfig > USE_LDCONFIG= yes > >@@ -49,6 +49,7 @@ TOOLS_USE= GNOME=cairo,glib20,pango > > .if exists(/usr/include/omp.h) > CMAKE_ON= OPENMP_BUILD >+LDFLAGS+= -lomp > .endif > > post-install-DOCS-on:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266776
: 237028