gcolor2: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:22 +02:00
parent d86d2ac159
commit ff724054d6
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ homepage="http://gcolor2.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=89bd6c6d27ba5a679ec60057de8497855072f520515b490e5986fc3509774f23
CFLAGS="-fcommon"
post_extract() {
sed -i 's/\[:space:\]/[&]/g' configure
}