head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.20.09.29.04; author nia; state Exp; branches; next ; commitid P4ONdWPFygkqdwKG; desc @@ 1.1 log @fcitx: Various build fixes. - Need to include to use index(3). - Honour the OS/user's PKGMANDIR choice. @ text @$NetBSD$ Fix implicit declaration of index(3) by including the correct header. --- src/module/spell/spell.c.orig 2026-06-20 09:18:28.799075383 +0000 +++ src/module/spell/spell.c @@@@ -22,6 +22,7 @@@@ #include "config.h" #include +#include #include #include "fcitx/ime.h" @