diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 20:50:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 20:50:16 +0000 |
commit | 7b2c4f390b8d961ebba09bb19d791584d2bce209 (patch) | |
tree | 949e3ba3b1fbc4634356d71967a85bc78697a7f8 /repo/devel | |
parent | 25e193967e14ea39311daa8bb47698ff516429c2 (diff) |
added missing deps
Diffstat (limited to 'repo/devel')
-rw-r--r-- | repo/devel/autoconf.xibuild | 4 | ||||
-rw-r--r-- | repo/devel/check.xibuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/repo/devel/autoconf.xibuild b/repo/devel/autoconf.xibuild index 6b68489..9b47202 100644 --- a/repo/devel/autoconf.xibuild +++ b/repo/devel/autoconf.xibuild @@ -1,7 +1,7 @@ #!/bin/bash -MAKEDEPS=(make ) -DEPS=(awk m4 diffutils perl sh) +MAKEDEPS=(make) +DEPS=(gawk m4 diffutils perl sh) PKG_VER=2.71 SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz diff --git a/repo/devel/check.xibuild b/repo/devel/check.xibuild index e51671a..aa1e2e3 100644 --- a/repo/devel/check.xibuild +++ b/repo/devel/check.xibuild @@ -1,7 +1,7 @@ #!/bin/bash -MAKEDEPS=(make ) -DEPS=(awk) +MAKEDEPS=(make) +DEPS=(gawk) PKG_VER=0.15.2 SOURCE=https://github.com/libcheck/check/releases/download/$PKG_VER/check-$PKG_VER.tar.gz |