Date: Wed, 27 Mar 2019 07:51:22 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236812] [PATCH] graphics/tesseract: Make sure the port links against libthr.so Message-ID: <bug-236812-7788-AkmCoICINv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236812-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-236812-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236812 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Wed Mar 27 07:50:52 UTC 2019 New revision: 496936 URL: https://svnweb.freebsd.org/changeset/ports/496936 Log: Make sure the port links against libthr.so This fixes the build in HEAD after lld received support for --no-allow-shlib-undefined in base r345349. Upstream looks for libpthread in sem_init(3), which is part of libc on FreeBSD. Look for a symbol that's in libpthread to make sure we link against it. See also: https://github.com/tesseract-ocr/tesseract/issues/2344 PR: 236812 Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Changes: head/graphics/tesseract/Makefile head/graphics/tesseract/files/ head/graphics/tesseract/files/patch-configure.ac --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236812-7788-AkmCoICINv>