pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gspell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 24 22:12:01 UTC 2026

Modified Files:
        pkgsrc/textproc/gspell: buildlink3.mk

Log Message:
gspell: forward icu dependency in bl3.mk

Seems it's needed:
meson.build:66:13: ERROR: Dependency lookup for gspell-1 with method 'pkg-config' failed: Could not generate cflags for gspell-1:


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/gspell/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/gspell/buildlink3.mk
diff -u pkgsrc/textproc/gspell/buildlink3.mk:1.32 pkgsrc/textproc/gspell/buildlink3.mk:1.33
--- pkgsrc/textproc/gspell/buildlink3.mk:1.32   Thu Jun 11 07:17:43 2026
+++ pkgsrc/textproc/gspell/buildlink3.mk        Wed Jun 24 22:12:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.32 2026/06/11 07:17:43 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2026/06/24 22:12:00 wiz Exp $
 
 BUILDLINK_TREE+=       gspell
 
@@ -11,6 +11,7 @@ BUILDLINK_PKGSRCDIR.gspell?=  ../../textp
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../textproc/enchant2/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .endif # GSPELL_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index