musikcube: fix build with libmicrohttpd 0.9.70

This commit is contained in:
Đoàn Trần Công Danh 2020-11-21 10:52:48 +07:00
parent c2f27e9a75
commit 489969d8ac

View file

@ -25,6 +25,10 @@ fi
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
makedepends+=" libglvnd"
post_patch() {
vsed -i -e 's/00097000/00097001/' src/plugins/server/HttpServer.h
}
post_install() {
vlicense LICENSE.txt
}