diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-09-18 06:45:26 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-09-18 06:45:26 (GMT) |
commit | 59a95f583e4dc44a31752aa91dbcb2f1f6da233b (patch) | |
tree | 38dde28b984d2bcd136d83d3e65590a5bc297253 /src/openscenegraph.mk | |
parent | bec5b6c734756f981e98666ec52343277f4fbd2e (diff) | |
download | mxe-59a95f583e4dc44a31752aa91dbcb2f1f6da233b.zip mxe-59a95f583e4dc44a31752aa91dbcb2f1f6da233b.tar.gz mxe-59a95f583e4dc44a31752aa91dbcb2f1f6da233b.tar.bz2 |
fix openscenegraph download URL
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r-- | src/openscenegraph.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk index 520797f..88cdb71 100644 --- a/src/openscenegraph.mk +++ b/src/openscenegraph.mk @@ -7,7 +7,7 @@ $(PKG)_VERSION := 3.2.1 $(PKG)_CHECKSUM := 5c666531f7d487075fd692d89f1e05036306192a $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION) $(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip -$(PKG)_URL := http://www.openscenegraph.org/downloads/developer_releases/$($(PKG)_FILE) +$(PKG)_URL := http://trac.openscenegraph.org/downloads/developer_releases/$($(PKG)_FILE) $(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib gta jasper jpeg libpng openal openexr poppler qt tiff xine-lib zlib define $(PKG)_UPDATE |