Changeset d4a411a6 for multimedia


Ignore:
Timestamp:
08/23/2022 06:01:58 AM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f33467d
Parents:
0ddf4e7
Message:

Fix building xine-lib with binutils-2.39

The xine_set_flags symbol is both protected and weak. Kind of
weird design... Fix by Xi Ruoyao.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r0ddf4e7 rd4a411a6  
    146146
    147147    <para>
     148      Then, fix building this package with binutils-2.39:
     149    </para>
     150
     151<screen><userinput remap="pre">sed -e '/xine_set_flags/s/XINE_PROTECTED//' -i include/xine.h</userinput></screen>
     152
     153    <para>
    148154      Install <application>Xine Libraries</application> by running the following
    149155      commands:
Note: See TracChangeset for help on using the changeset viewer.