pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/qt5-uim USE_TOOLS+=xgettext and work aroun...
details: https://anonhg.NetBSD.org/pkgsrc/rev/719ecc2c7be8
branches: trunk
changeset: 639739:719ecc2c7be8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Sep 24 12:24:40 2014 +0000
description:
USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.
diffstat:
inputmethod/qt5-uim/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 8156ec1ad980 -r 719ecc2c7be8 inputmethod/qt5-uim/Makefile
--- a/inputmethod/qt5-uim/Makefile Wed Sep 24 12:17:19 2014 +0000
+++ b/inputmethod/qt5-uim/Makefile Wed Sep 24 12:24:40 2014 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index