Received: by mail.netbsd.org (Postfix, from userid 605) id EAAC684DB7; Tue, 7 Apr 2020 15:19:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7285D84DBE for ; Tue, 7 Apr 2020 15:19:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YCOqpn_syzUj for ; Tue, 7 Apr 2020 15:19:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC73B84DAD for ; Tue, 7 Apr 2020 15:19:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5C97FB27; Tue, 7 Apr 2020 15:19:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586272775238120" MIME-Version: 1.0 Date: Tue, 7 Apr 2020 15:19:35 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200407151935.C5C97FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586272775238120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Apr 7 15:19:35 UTC 2020 Modified Files: pkgsrc/inputmethod/fcitx-qt5: Makefile Log Message: fcitx-qt5: This needs libintl To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/fcitx-qt5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586272775238120 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx-qt5/Makefile diff -u pkgsrc/inputmethod/fcitx-qt5/Makefile:1.9 pkgsrc/inputmethod/fcitx-qt5/Makefile:1.10 --- pkgsrc/inputmethod/fcitx-qt5/Makefile:1.9 Tue Mar 10 22:10:18 2020 +++ pkgsrc/inputmethod/fcitx-qt5/Makefile Tue Apr 7 15:19:35 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2020/03/10 22:10:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/07 15:19:35 ryoon Exp $ DISTNAME= fcitx-qt5-1.2.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx-qt5/ EXTRACT_SUFX= .tar.xz @@ -17,6 +17,9 @@ USE_TOOLS+= pkg-config USE_CMAKE= yes USE_LANGUAGES= c c++ +LDFLAGS+= -lintl + +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../inputmethod/fcitx/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1586272775238120--