pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx5 fcitx5: Fix paths to gettext/libuuid.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b3a9174af65
branches: trunk
changeset: 389957:9b3a9174af65
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Dec 13 12:42:23 2022 +0000
description:
fcitx5: Fix paths to gettext/libuuid.
diffstat:
inputmethod/fcitx5/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r e8df28c4313a -r 9b3a9174af65 inputmethod/fcitx5/Makefile
--- a/inputmethod/fcitx5/Makefile Tue Dec 13 11:57:05 2022 +0000
+++ b/inputmethod/fcitx5/Makefile Tue Dec 13 12:42:23 2022 +0000
@@ -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 @@
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 @@
${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