From aeb2c8567ca3a5873c4018ae69b2f0c98114aca1 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 11 Jan 2026 02:01:10 +0100 Subject: CI: fixup the freebsd14-msys-sciteco container: build PDCursesMod with UTF8 support --- .fmsbw/images/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fmsbw/images/Makefile b/.fmsbw/images/Makefile index 0295633..678a05a 100644 --- a/.fmsbw/images/Makefile +++ b/.fmsbw/images/Makefile @@ -38,8 +38,8 @@ freebsd14-msys-sciteco: # The upstream _pdcurses package is often too outdated, so we also build from sources. # TOOD: Build this with -flto. buildah run $@-working git clone --depth=1 -b v4.5.4 https://github.com/Bill-Gray/PDCursesMod.git /opt/PDCursesMod - buildah run $@-working bash -c '. /opt/quasi-msys2/activate && gmake -j2 -C /opt/PDCursesMod/wincon CC=$$CC AR=$$AR' - buildah run $@-working bash -c '. /opt/quasi-msys2/activate && gmake -j2 -C /opt/PDCursesMod/wingui CC=$$CC AR=$$AR' + buildah run $@-working bash -c '. /opt/quasi-msys2/activate && gmake -j2 -C /opt/PDCursesMod/wincon CC=$$CC AR=$$AR WIDE=Y UTF8=Y' + buildah run $@-working bash -c '. /opt/quasi-msys2/activate && gmake -j2 -C /opt/PDCursesMod/wingui CC=$$CC AR=$$AR WIDE=Y UTF8=Y' buildah commit $@-working $@ freebsd14-osx-sciteco: -- cgit v1.2.3