wmfs: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:49:09 +02:00
parent a5b2df618d
commit 7c158fd5ce
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ homepage="http://wmfs.info/"
distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2 -fcommon"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"