diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 18:42:21 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 18:42:21 (GMT) |
commit | c291ce7ce86a95a68df367f35034344a9b435801 (patch) | |
tree | b4707ae37678953399af38bf61c6e2c2439d804a /src/gcc-mpfr.mk | |
parent | 48ffff60570d64ba85a9f57d468cba3cdae6f06d (diff) | |
download | mxe-c291ce7ce86a95a68df367f35034344a9b435801.zip mxe-c291ce7ce86a95a68df367f35034344a9b435801.tar.gz mxe-c291ce7ce86a95a68df367f35034344a9b435801.tar.bz2 |
improved download URLs for packages boost and gcc*
Diffstat (limited to 'src/gcc-mpfr.mk')
-rw-r--r-- | src/gcc-mpfr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk index 211882e..258d478 100644 --- a/src/gcc-mpfr.mk +++ b/src/gcc-mpfr.mk @@ -26,7 +26,7 @@ $(PKG)_CHECKSUM := 1f965793526cafefb30cda64cebf3712cb75b488 $(PKG)_SUBDIR := mpfr-$($(PKG)_VERSION) $(PKG)_FILE := mpfr-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.mpfr.org/ -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/tdm-gcc/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tdm-gcc/Sources/Vanilla%20Sources/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := define $(PKG)_UPDATE |