mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
3a703f2ff5
commit
275b35b570
1 changed files with 18 additions and 0 deletions
18
multimedia/totem-pl-parser/files/patch-plparse_plparser.map
Normal file
18
multimedia/totem-pl-parser/files/patch-plparse_plparser.map
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- plparse/plparser.map.orig 2021-06-25 12:17:41 UTC
|
||||
+++ plparse/plparser.map
|
||||
@@ -6,7 +6,6 @@ LIBTOTEM_PL_PARSER_MINI_1.0 {
|
||||
totem_cd_get_human_readable_name;
|
||||
totem_cd_has_medium;
|
||||
totem_cd_mrl_from_type;
|
||||
- totem_disc_media_type_get_type;
|
||||
totem_disc_media_type_quark;
|
||||
totem_pl_parser_add_ignored_mimetype;
|
||||
totem_pl_parser_add_ignored_scheme;
|
||||
@@ -17,7 +16,6 @@ LIBTOTEM_PL_PARSER_MINI_1.0 {
|
||||
totem_pl_parser_error_get_type;
|
||||
totem_pl_parser_error_quark;
|
||||
totem_pl_parser_get_type;
|
||||
- totemplparser_marshal_VOID__STRING_STRING_STRING;
|
||||
totem_pl_parser_new;
|
||||
totem_pl_parser_parse;
|
||||
totem_pl_parser_parse_async;
|
Loading…
Add table
Reference in a new issue