1
0
Fork 0

lang/gcc: fix missing dependencies

This commit is contained in:
ffqq 2024-01-22 18:21:43 +03:00
parent adf865f194
commit 6def316d6f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ license_logic="and" # accepted values: single, and, or
licenses=("GPLv3" "GPLv3RLE") licenses=("GPLv3" "GPLv3RLE")
build_dependencies=("devel/gmake" "devel/binutils" "devel/bison" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc") build_dependencies=("devel/gmake" "devel/binutils" "devel/bison" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
run_dependencies=("system/glibc") run_dependencies=("system/glibc" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
build_process() { build_process() {
cd $name-$version || exit 1 cd $name-$version || exit 1