From fe8716ebdc4f5a2405f9a4f03a99136ba694d736 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 26 Aug 2019 18:47:42 +0200 Subject: [PATCH] libICE: fix cross-compilation Fixes this configure check: checking for xproto xtrans... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes Adopted. --- srcpkgs/libICE/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libICE/template b/srcpkgs/libICE/template index 30e281586a1..a22ef076799 100644 --- a/srcpkgs/libICE/template +++ b/srcpkgs/libICE/template @@ -1,13 +1,12 @@ # Template file for 'libICE' pkgname=libICE version=1.0.10 -revision=1 -patch_args="-Np1" +revision=2 build_style=gnu-configure -hostmakedepends="pkg-config automake libtool xorg-util-macros" +hostmakedepends="automake libtool pkg-config xorg-util-macros xtrans" makedepends="xtrans xorgproto" short_desc="Inter Client Exchange (ICE) library for X" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="MIT" homepage="http://xorg.freedesktop.org/" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"