From 6def316d6fbc639e38573a09af161818ecaea6e5 Mon Sep 17 00:00:00 2001 From: ffqq Date: Mon, 22 Jan 2024 18:21:43 +0300 Subject: [PATCH] lang/gcc: fix missing dependencies --- lang/gcc/SCHEMATIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc/SCHEMATIC b/lang/gcc/SCHEMATIC index e4114f1..f20914a 100644 --- a/lang/gcc/SCHEMATIC +++ b/lang/gcc/SCHEMATIC @@ -14,7 +14,7 @@ license_logic="and" # accepted values: single, and, or licenses=("GPLv3" "GPLv3RLE") 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() { cd $name-$version || exit 1