Date: Wed, 25 Mar 2026 13:31:54 +0000 From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 508c824f4fea - main - graphics/tesseract: link with libomp to fix runtime issues Message-ID: <69c3e3ca.43cfe.54840e98@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=508c824f4feab874478c1d53342b739a6718db8e commit 508c824f4feab874478c1d53342b739a6718db8e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2026-03-25 13:28:56 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2026-03-25 13:31:51 +0000 graphics/tesseract: link with libomp to fix runtime issues PR: 294034 Submitted by: dtxdf --- graphics/tesseract/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 4f9370491091..7c83b65308ff 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,5 +1,6 @@ PORTNAME= tesseract PORTVERSION= 5.5.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org @@ -48,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:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c3e3ca.43cfe.54840e98>
