From f7a0826136376ead48938bc51fbed44aff3feb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 30 Mar 2021 07:26:36 +0700 Subject: [PATCH] uim: use system libgcroots --- srcpkgs/uim/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/uim/template b/srcpkgs/uim/template index aeb9aff5e91..12df0eddb06 100644 --- a/srcpkgs/uim/template +++ b/srcpkgs/uim/template @@ -1,10 +1,11 @@ # Template file for 'uim' pkgname=uim version=1.8.8 -revision=3 +revision=4 build_style=gnu-configure build_helper=qmake configure_args="--enable-pref --enable-fep --with-gtk2 --with-gtk3 + --with-libgcroots=installed --with-qt5 --with-qt5-immodule --with-x --with-anthy-utf8 --with-skk" hostmakedepends="pkg-config intltool qt5-host-tools qt5-qmake automake libtool gettext-devel"