pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/fcitx5
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 13 12:42:23 UTC 2022
Modified Files:
pkgsrc/inputmethod/fcitx5: Makefile
Log Message:
fcitx5: Fix paths to gettext/libuuid.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/inputmethod/fcitx5/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/fcitx5/Makefile
diff -u pkgsrc/inputmethod/fcitx5/Makefile:1.6 pkgsrc/inputmethod/fcitx5/Makefile:1.7
--- pkgsrc/inputmethod/fcitx5/Makefile:1.6 Mon Nov 28 19:20:21 2022
+++ pkgsrc/inputmethod/fcitx5/Makefile Tue Dec 13 12:42:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/11/28 19:20:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/13 12:42:23 jperkin Exp $
DISTNAME= fcitx5-5.0.5
PKGREVISION= 3
@@ -39,6 +39,8 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
CMAKE_ARGS+= -DENABLE_WAYLAND=off # cairo-egl is required.
CMAKE_ARGS+= -DUSE_SYSTEMD=off
+CMAKE_ARGS+= -DLibIntl_INCLUDE_DIR=${BUILDLINK_PREFIX.gettext}/include
+CMAKE_ARGS+= -DLIBUUID_INCLUDE_DIR=${BUILDLINK_PREFIX.libuuid}/include
CXXFLAGS.NetBSD+= -DLIBKVM_FOUND
@@ -63,6 +65,7 @@ pre-configure:
${LN} -s ${DISTDIR}/en_dict-20121020.tar.gz \
${WRKSRC}/src/modules/spell/dict
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gettext-tools/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index