gcc/7.3.0

Use tar.gz source instead of bz2, because that's what gnu provides
This commit is contained in:
2018-01-29 13:05:12 +01:00
parent de3945c488
commit 0a78377166
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://ftp.gnu.org/gnu/gcc/$P-$V/$P-$V.tar.bz2"
SOURCE_URL="https://ftp.gnu.org/gnu/gcc/$P-$V/$P-$V.tar.gz"
pbuild::patch_sources_Darwin() {
if (( V_MAJOR == 4 && V_MINOR <= 8 )) || \