modplug: add patch to remove the deprecated register keyword

This commit is contained in:
Max Kellermann
2023-09-11 22:17:42 +02:00
parent a868dbce3b
commit 99765cc704
3 changed files with 24 additions and 0 deletions
python/build
src/lib/modplug/patches

@ -120,6 +120,7 @@ libmodplug = AutotoolsProject(
[
'--disable-shared', '--enable-static',
],
patches='src/lib/modplug/patches',
)
libopenmpt = AutotoolsProject(