summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-30 00:42:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-30 01:02:42 (GMT)
commit317d91ef3e30a5de050b6b12164a3f9229aef33b (patch)
tree30a3c01507128b1dc1c1e01bbeae6f728b2ba979
parent262aa647f04db4aac22a7301a5b22e0a08c01be6 (diff)
downloadmxe-317d91ef3e30a5de050b6b12164a3f9229aef33b.zip
mxe-317d91ef3e30a5de050b6b12164a3f9229aef33b.tar.gz
mxe-317d91ef3e30a5de050b6b12164a3f9229aef33b.tar.bz2
opencv: Fix download
I intentionally didn't merge this when merging stable, but seems like this fix is necessary for master too. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/opencv.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opencv.mk b/src/opencv.mk
index 18088d0..e8b6e5a 100644
--- a/src/opencv.mk
+++ b/src/opencv.mk
@@ -8,6 +8,7 @@ $(PKG)_CHECKSUM := 7878a8c375ab3e292c8de7cb102bb3358056e01e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := opencv-$($(PKG)_VERSION).zip
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)library/$(PKG)-unix/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL_2 := http://distfiles.macports.org/opencv/$($(PKG)_FILE)
$(PKG)_DEPS := gcc eigen ffmpeg jasper jpeg lcms1 libpng openexr tiff xz zlib
define $(PKG)_UPDATE