1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Piotr Kubaj 1f6a2d8ea9 games/blues: fix build on powerpc64*
Since 15.0-RELEASE, objcopy --localize-hidden seems to
have stopped working properly on powerpc64*.
That causes linking issues:
ld: error: duplicate symbol: play_music
>>> defined at sound.c:78 (bb/sound.c:78)
>>>            game_bb.o:(play_music)
>>> defined at sound.c:66 (p2/sound.c:66)
>>>            game_p2.o:(.text+0x16900)

Everything seems fine on 14.3-RELEASE.
2026-05-24 16:02:06 +02:00
..