diff options
author | Pierce Andjelkovic <pierceandjelkovic@gmail.com> | 2022-03-10 17:56:21 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-15 14:03:07 +0000 |
commit | 9b437718fb7729b77c984ebd259968ef52856e0c (patch) | |
tree | f05c9958a1122acc712286f8b56501dc3e5bb0f9 /Ports | |
parent | 108808bb8f432feac673647af0c9b823fcc85f81 (diff) | |
download | serenity-9b437718fb7729b77c984ebd259968ef52856e0c.zip |
Ports: Point gnucobol to the correct config.sub location
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/gnucobol/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/gnucobol/package.sh b/Ports/gnucobol/package.sh index 5aff56a676..ec28f4448f 100755 --- a/Ports/gnucobol/package.sh +++ b/Ports/gnucobol/package.sh @@ -3,6 +3,7 @@ port=gnucobol version=3.1.2 useconfigure="true" use_fresh_config_sub="true" +config_sub_path=build_aux/config.sub depends=("gmp" "gcc" "bash" "ncurses") files="https://ftpmirror.gnu.org/gnu/gnucobol/gnucobol-${version}.tar.bz2 gnucobol-${version}.tar.bz2 https://ftpmirror.gnu.org/gnu/gnucobol/gnucobol-${version}.tar.bz2.sig gnucobol-${version}.tar.bz2.sig |