mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
musikcube: fix build with libmicrohttpd 0.9.70
This commit is contained in:
parent
c2f27e9a75
commit
489969d8ac
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ fi
|
||||||
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
|
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
|
||||||
makedepends+=" libglvnd"
|
makedepends+=" libglvnd"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/00097000/00097001/' src/plugins/server/HttpServer.h
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue