diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-11 02:01:10 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-11 02:01:10 +0100 |
| commit | aeb2c8567ca3a5873c4018ae69b2f0c98114aca1 (patch) | |
| tree | ae5703744fc679046b2263acfc18f5d2eeb2ae05 | |
| parent | b38d0cd39a4dde9313d374c1050ec938ccc0d61b (diff) | |
CI: fixup the freebsd14-msys-sciteco container: build PDCursesMod with UTF8 supportmaster-fmsbw-ci
| -rw-r--r-- | .fmsbw/images/Makefile | 4 |
1 files 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: |
