[Bug 274626] multimedia/totem-pl-parser: fix build with lld 17

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 26 Oct 2023 16:39:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274626

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=275b35b570bdb46a16d3b87cf7c06ffaa97ff0fd

commit 275b35b570bdb46a16d3b87cf7c06ffaa97ff0fd
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-10-21 12:24:48 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-10-26 16:37:05 +0000

    multimedia/totem-pl-parser: fix build with lld 17

    Building multimedia/totem-pl-parser with lld 17 results in the following
    link errors:

      ld: error: version script assignment of 'LIBTOTEM_PL_PARSER_MINI_1.0' to
symbol 'totem_disc_media_type_get_type' failed: symbol not defined
      ld: error: version script assignment of 'LIBTOTEM_PL_PARSER_MINI_1.0' to
symbol 'totemplparser_marshal_VOID__STRING_STRING_STRING' failed: symbol not
defined

    The mentioned symbols no longer exist in libtotem-pl-parser, and can be
    deleted from the linker version script.

    PR:             274626
    Approved by:    gnome (blanket)
    MFH:            2023Q4

 .../files/patch-plparse_plparser.map (new)             | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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