libindicator: fix build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-11-20 16:34:33 +01:00
parent d7de3f57b3
commit ae44a3034d
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ homepage="https://launchpad.net/libindicator"
distfiles="https://launchpad.net/libindicator/${version%.*}/${version}/+download/libindicator-${version}.tar.gz"
checksum=b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f
CFLAGS="-Wno-deprecated-declarations"
post_configure() {
# Due to laziness, let's just fix the problem here without
# understanding it