pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx-qt5 fcitx-qt5: This needs libintl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/909e7bd0c8b5
branches:  trunk
changeset: 426878:909e7bd0c8b5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Apr 07 15:19:35 2020 +0000

description:
fcitx-qt5: This needs libintl

diffstat:

 inputmethod/fcitx-qt5/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r a94c5730966f -r 909e7bd0c8b5 inputmethod/fcitx-qt5/Makefile
--- a/inputmethod/fcitx-qt5/Makefile    Tue Apr 07 15:16:17 2020 +0000
+++ b/inputmethod/fcitx-qt5/Makefile    Tue Apr 07 15:19:35 2020 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index