Skip to content

Commit 21d1966

Browse files
committed
Merge pull request #660 from jcftang/wip-gcc
gcc: OSX has bsd sed, should depend on gnu sed
2 parents 5089a5b + 394429c commit 21d1966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/gcc/gcc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extends: [autotools_package]
22

33
# see https://gcc.gnu.org/install/prerequisites.html
44
dependencies:
5-
build: [zlib, mpfr, mpc, gmp, isl, cloog, {{build_with}}]
5+
build: [zlib, mpfr, mpc, gmp, isl, cloog, gnu-sed, {{build_with}}]
66

77
defaults:
88
relocatable: false

0 commit comments

Comments
 (0)