diff options
| author | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-17 04:52:38 +0000 |
|---|---|---|
| committer | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-17 04:52:38 +0000 |
| commit | f0a04fcbb8c2effbe3268072209aa56a22a5899b (patch) | |
| tree | 69459563a878fb573406dd4368850df5cb013f92 /repos/extra/foot | |
| parent | 3256bf3810806766c12e59f24515761e0a0df509 (diff) | |
| download | alicelinux-f0a04fcbb8c2effbe3268072209aa56a22a5899b.tar.gz alicelinux-f0a04fcbb8c2effbe3268072209aa56a22a5899b.zip | |
foot: fix build
Diffstat (limited to 'repos/extra/foot')
| -rw-r--r-- | repos/extra/foot/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/foot/abuild b/repos/extra/foot/abuild index 49c3d5c3..52881a3a 100644 --- a/repos/extra/foot/abuild +++ b/repos/extra/foot/abuild @@ -2,7 +2,7 @@ name=foot version=1.21.0 release=1 source="$name-$version.tar.gz::https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" -build_opt="-Dtests=false" +build_opt="-Dtests=false -Dwerror=false" postbuild() { rm $PKG/usr/share/terminfo/f/foot |