summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-19 10:22:18 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-19 10:22:18 (GMT)
commite2042071bad2ba428b1c713fd4ce1aac1ccc55f1 (patch)
treea49390f6f9cc4dec541bbc8f44fb97297f167531 /src/openscenegraph.mk
parentc9bd5d95ace29a957a4d555fabe734eab6344215 (diff)
downloadmxe-e2042071bad2ba428b1c713fd4ce1aac1ccc55f1.zip
mxe-e2042071bad2ba428b1c713fd4ce1aac1ccc55f1.tar.gz
mxe-e2042071bad2ba428b1c713fd4ce1aac1ccc55f1.tar.bz2
provide alternative download location for OpenSceneGraph in case the main site is down
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index 4de1abf..40171d5 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -10,6 +10,7 @@ $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
$(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://www.openscenegraph.org/
$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
+$(PKG)_URL_2 := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE)
$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib
define $(PKG)_UPDATE