diff options
author | jperkin <jperkin> | 2014-09-24 12:24:40 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-24 12:24:40 +0000 |
commit | 3b8d0fc74fad8ed289ee83ccced52767e010f603 (patch) | |
tree | b5b03d033fec19139b78196656eeb4e38f521572 /inputmethod | |
parent | 9d74e8a60e08526b37a6e065f13697586d220450 (diff) | |
download | pkgsrc-3b8d0fc74fad8ed289ee83ccced52767e010f603.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/Makefile | 7 |
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 |