diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 22:55:53 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 22:55:53 (GMT) |
commit | ad09fd28ae898bbdc0b43525368086e2d521eeac (patch) | |
tree | 04676bae8054074da3eb6d4463a2f53bf3d562e1 /src/gcc-gmp.mk | |
parent | 869629d69eeecf7f7003d7bab2244efdada033d7 (diff) | |
download | mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.zip mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.gz mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.bz2 |
improved download URLs for all SourceForge packages to ensure that the selected SOURCEFORGE_MIRROR is really used
Diffstat (limited to 'src/gcc-gmp.mk')
-rw-r--r-- | src/gcc-gmp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc-gmp.mk b/src/gcc-gmp.mk index e52772f..17e1609 100644 --- a/src/gcc-gmp.mk +++ b/src/gcc-gmp.mk @@ -26,7 +26,7 @@ $(PKG)_CHECKSUM := 86dbd8a6b2fbb4c75760a80009227c9a11b801a9 $(PKG)_SUBDIR := gmp-$($(PKG)_VERSION) $(PKG)_FILE := gmp-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.gmplib.org/ -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tdm-gcc/Sources/Vanilla%20Sources/gmp-$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tdm-gcc/Sources/Vanilla Sources/gmp-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := define $(PKG)_UPDATE |