From 5f2a5277977f0eabffc407d9eef2fc4b58bc1b40 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 20 Oct 2019 19:33:21 +0200 Subject: xfce-extra/xfce4-wavelan-plugin: Fix build w/ panel 4.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/698136 Signed-off-by: Michał Górny --- xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'xfce-extra/xfce4-wavelan-plugin') diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild index 9648eca0c016..ee23f4668d69 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild @@ -21,6 +21,14 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext virtual/pkgconfig" +src_prepare() { + # fix build failure w/ xfce4-panel-4.15.0 + # https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=c0033c32ec28bbdd5f735f9b52d212e881eb2219 + sed -i -e 's@@@' \ + panel-plugin/wavelan.c || die + default +} + src_install() { default find "${D}" -name '*.la' -delete || die -- cgit v1.2.3-65-gdbad