ympd: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:49:27 +02:00
parent 63c482da13
commit 3c28bc2a6e

View file

@ -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 <me@johnnynator.dev>"
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;"
}