musikcube: fix build with libmicrohttpd 0.9.70
This commit is contained in:
parent
c2f27e9a75
commit
489969d8ac
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue