ympd: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
63c482da13
commit
3c28bc2a6e
1 changed files with 6 additions and 2 deletions
|
@ -3,11 +3,15 @@ pkgname=ympd
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=6
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libmpdclient-devel libressl-devel"
|
makedepends="libmpdclient-devel libressl-devel"
|
||||||
short_desc="Standalone MPD Web GUI written in C"
|
short_desc="Standalone MPD Web GUI written in C"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.ympd.org"
|
homepage="https://www.ympd.org"
|
||||||
distfiles="https://github.com/notandy/ympd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/notandy/ympd/archive/v${version}.tar.gz"
|
||||||
checksum=d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5
|
checksum=d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
vsed -i CMakeLists.txt -e"s;-std=gnu99 -Wall;& -fcommon;"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue