pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Aug 23 08:15:48 UTC 2020

Modified Files:
        pkgsrc/inputmethod/fcitx: Makefile

Log Message:
fcitx: Fix build, devel/libuuid is explicitly required


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/inputmethod/fcitx/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/Makefile
diff -u pkgsrc/inputmethod/fcitx/Makefile:1.25 pkgsrc/inputmethod/fcitx/Makefile:1.26
--- pkgsrc/inputmethod/fcitx/Makefile:1.25      Mon Aug 17 20:19:14 2020
+++ pkgsrc/inputmethod/fcitx/Makefile   Sun Aug 23 08:15:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:19:14 leot Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/23 08:15:48 ryoon Exp $
 #
 
 DISTNAME=              fcitx-4.2.9.6
@@ -65,6 +65,7 @@ post-extract:
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../textproc/enchant2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index