summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-28 09:32:03 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-28 09:32:03 (GMT)
commit28f2e8cb76ecfcad27b7ce23789043076cce8f7d (patch)
treef571e307af1a2f49cba02dbc1811e56fee171066
parentdab55af31dc3e05fb985e835b7a33a9ccabd8469 (diff)
parentf59ada050a1fe58f793d2e01b5852bf2db1e8b5d (diff)
downloadmxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.zip
mxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.tar.gz
mxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.tar.bz2
Merge pull request #1105 from LuaAndC/agg-site
agg: replace broken site antigrain.com with mirror
-rw-r--r--index.html2
-rw-r--r--src/agg.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4800154..9379f03 100644
--- a/index.html
+++ b/index.html
@@ -1076,7 +1076,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">agg</td>
- <td class="website"><a href="http://www.antigrain.com/">Anti-Grain Geometry</a></td>
+ <td class="website"><a href="http://agg.sourceforge.net/">Anti-Grain Geometry</a></td>
</tr>
<tr>
<td class="package">alure</td>
diff --git a/src/agg.mk b/src/agg.mk
index 3222c03..67533e6 100644
--- a/src/agg.mk
+++ b/src/agg.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 2.5
$(PKG)_CHECKSUM := ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f
$(PKG)_SUBDIR := agg-$($(PKG)_VERSION)
$(PKG)_FILE := agg-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.antigrain.com/$($(PKG)_FILE)
+$(PKG)_URL := https://web.archive.org/web/20150811231742/http://www.antigrain.com/$($(PKG)_FILE)
$(PKG)_DEPS := gcc freetype sdl
define $(PKG)_UPDATE