gtkdialog: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:25 +02:00
parent fed76ad359
commit cf15f68e81

View file

@ -14,6 +14,8 @@ homepage="https://code.google.com/p/gtkdialog/"
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gtkdialog/gtkdialog-${version}.tar.gz"
checksum=ff89d2d7f1e6488e5df5f895716ac1d4198c2467a2a5dc1f51ab408a2faec38e
CFLAGS="-fcommon"
post_install() {
vmkdir usr/share/doc/$pkgname
cp -a examples ${DESTDIR}/usr/share/doc/$pkgname/examples