diff --git a/srcpkgs/ympd/template b/srcpkgs/ympd/template index aee35de9bd4..c848f47dea2 100644 --- a/srcpkgs/ympd/template +++ b/srcpkgs/ympd/template @@ -3,11 +3,15 @@ pkgname=ympd version=1.3.0 revision=6 build_style=cmake -hostmakedepends="perl" +hostmakedepends="perl pkg-config" makedepends="libmpdclient-devel libressl-devel" short_desc="Standalone MPD Web GUI written in C" maintainer="John " -license="GPL-2" +license="GPL-2.0-only" homepage="https://www.ympd.org" distfiles="https://github.com/notandy/ympd/archive/v${version}.tar.gz" checksum=d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5 + +pre_configure() { + vsed -i CMakeLists.txt -e"s;-std=gnu99 -Wall;& -fcommon;" +}