From ae44a3034dc8a4e73ed30984f883e43a3c3937ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 20 Nov 2018 16:34:33 +0100 Subject: [PATCH] libindicator: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libindicator/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libindicator/template b/srcpkgs/libindicator/template index bf6fe2daca..52a19c6dc7 100644 --- a/srcpkgs/libindicator/template +++ b/srcpkgs/libindicator/template @@ -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