From b0ca285413865c968616e020e5257639f3b3ed82 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 7 Nov 2018 08:42:15 +0100 Subject: [PATCH] hexchat: unbreak cross builds --- srcpkgs/hexchat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 00da2514de8..0b1f4afe022 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -28,8 +28,8 @@ esac lib32disabled=yes if [ "$CROSS_BUILD" ]; then - broken="cross currently broken" - hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl" + hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl + shared-mime-info" fi post_install() {