[Bug 236812] [PATCH] graphics/tesseract: Make sure the port links against libthr.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 26 22:09:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236812

            Bug ID: 236812
           Summary: [PATCH] graphics/tesseract: Make sure the port links
                    against libthr.so
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: rakuco at FreeBSD.org
                CC: pkubaj at anongoth.pl
             Flags: maintainer-feedback?(pkubaj at anongoth.pl)
                CC: pkubaj at anongoth.pl

Created attachment 203171
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203171&action=edit
Proposed patch

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list