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 f382808450
commit 101e12cf9a
3 changed files with 24 additions and 0 deletions
python/build
src/lib/modplug/patches

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