From 489969d8ac087effb93df0c385e5e1856683542c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 21 Nov 2020 10:52:48 +0700 Subject: [PATCH] musikcube: fix build with libmicrohttpd 0.9.70 --- srcpkgs/musikcube/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template index 78cf86fe80d..a3da40c134b 100644 --- a/srcpkgs/musikcube/template +++ b/srcpkgs/musikcube/template @@ -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 }