pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/fcitx-qt5
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.
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"
Home |
Main Index |
Thread Index |
Old Index