[Bug 267758] textproc/link-grammar: Undefined symbol call_once
Date: Sun, 15 Sep 2024 13:56:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267758
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=7b3995c7b76ffcfce55e26687ea86b9c2d8535ee
commit 7b3995c7b76ffcfce55e26687ea86b9c2d8535ee
Author: Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-11-30 15:29:41 +0000
Commit: Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-09-15 13:53:07 +0000
textproc/link-grammar: Link with -lstdthreads
The library uses call_once and other C11 Threads functions that are
implemented by libstdthreads on FreeBSD.
Use new upstream.
PR: 267758
textproc/link-grammar/Makefile | 7 +++--
textproc/link-grammar/files/patch-configure (new) | 31 +++++++++++++++++++++++
2 files changed, 34 insertions(+), 4 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.