pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ki18n
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 26 16:18:16 UTC 2024
Modified Files:
pkgsrc/devel/ki18n: Makefile
Log Message:
ki18n: try fixing Darwin build by explicitly pointing to libintl
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/ki18n/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ki18n/Makefile
diff -u pkgsrc/devel/ki18n/Makefile:1.65 pkgsrc/devel/ki18n/Makefile:1.66
--- pkgsrc/devel/ki18n/Makefile:1.65 Sat Apr 6 08:05:02 2024
+++ pkgsrc/devel/ki18n/Makefile Fri Apr 26 16:18:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2024/04/06 08:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2024/04/26 16:18:15 wiz Exp $
DISTNAME= ki18n-${KF5VER}
PKGREVISION= 1
@@ -10,6 +10,8 @@ LICENSE= modified-bsd AND gnu-lgpl-v2.1
USE_TOOLS+= msgfmt
+CMAKE_ARGS+= -DLibIntl_INCLUDE_DIRS=${BUILDLINK_PREFIX.gettext}/include
+
.include "../../meta-pkgs/kde/kf5.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index