summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-24 12:24:40 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-24 12:24:40 +0000
commit85f788d21203a5866eb1585115c1ba072e781ef6 (patch)
treeb5b03d033fec19139b78196656eeb4e38f521572 /inputmethod
parent209cf10e196eb3450f1b744beda59bb593174edb (diff)
downloadpkgsrc-85f788d21203a5866eb1585115c1ba072e781ef6.tar.gz
USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/qt5-uim/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile
index ea6e91e418f..31548c52178 100644
--- a/inputmethod/qt5-uim/Makefile
+++ b/inputmethod/qt5-uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/04/09 07:27:09 obache Exp $
+# $NetBSD: Makefile,v 1.6 2014/09/24 12:24:40 jperkin Exp $
.include "../../x11/qt5/Makefile.common"
@@ -18,7 +18,7 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake gsed intltool pkg-config
+USE_TOOLS+= gmake gsed intltool pkg-config xgettext
BUILDLINK_DEPMETHOD.gtk2= build
USE_LANGUAGES= c c++
@@ -27,6 +27,9 @@ PKGCONFIG_OVERRIDE+= uim.pc.in
CONFIGURE_ENV+= QMAKE5=${QTPREFIX}/bin/qmake
+OPSYSVARS+= CONFIGURE_ENV
+CONFIGURE_ENV.SunOS+= ac_cv_func_strcasecmp=yes
+
CONFIGURE_ARGS+= --with-qt5-immodule
CONFIGURE_ARGS+= --disable-emacs
CONFIGURE_ARGS+= --with-libgcroots=installed