diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-12-07 09:27:18 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-12-07 09:27:18 (GMT) |
commit | 3993a77ad74ad6a3d3c5f28dbf52cb839020190a (patch) | |
tree | 14a1783968ba48a293300879baed9502e56f4bf1 /src/gcc-mpfr.mk | |
parent | a43551434f7142b66cab5dd504bbb62e2e75e6f8 (diff) | |
download | mxe-3993a77ad74ad6a3d3c5f28dbf52cb839020190a.zip mxe-3993a77ad74ad6a3d3c5f28dbf52cb839020190a.tar.gz mxe-3993a77ad74ad6a3d3c5f28dbf52cb839020190a.tar.bz2 |
add alternative download URL for package gcc-mpfr
Diffstat (limited to 'src/gcc-mpfr.mk')
-rw-r--r-- | src/gcc-mpfr.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk index f4a6b10..d62080b 100644 --- a/src/gcc-mpfr.mk +++ b/src/gcc-mpfr.mk @@ -10,6 +10,7 @@ $(PKG)_SUBDIR := mpfr-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2 $(PKG)_WEBSITE := http://www.mpfr.org/ $(PKG)_URL := http://www.mpfr.org/$($(PKG)_SUBDIR)/$($(PKG)_FILE) +$(PKG)_URL_2 := http://ftp.gnu.org/gnu/mpfr/$($(PKG)_FILE) $(PKG)_DEPS := define $(PKG)_UPDATE |