commit 6217aa43d29868f8eedb06dfa7ff33276efadcc3 parent 2a05c1b0fee189d6d170d8862eb163d996075a9f Author: diizzyy <diizzyy@users.noreply.github.com> Date: Tue, 24 May 2016 21:09:18 +0200 gcc: Use URL alias Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Diffstat:
| M | devel/gcc/Makefile | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/devel/gcc/Makefile b/devel/gcc/Makefile @@ -11,9 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gcc PKG_VERSION:=4.8.3 PKG_RELEASE:=1 -PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(PKG_VERSION) \ - http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(PKG_VERSION) \ - ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(PKG_VERSION) +PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=7c60f24fab389f77af203d2516ee110f