summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-04 07:53:57 (GMT)
committerGitHub <noreply@github.com>2017-02-04 07:53:57 (GMT)
commit36791e9566534ae19eccda7bf9b53d192d490171 (patch)
treed8a44dacc7f9ec31055d3e46221fb18f160f78b5 /src
parent5a629857dfb4d55998627767669f087afc639568 (diff)
parent9bb609a73e349c876638a59e00276b57d7689782 (diff)
downloadmxe-36791e9566534ae19eccda7bf9b53d192d490171.zip
mxe-36791e9566534ae19eccda7bf9b53d192d490171.tar.gz
mxe-36791e9566534ae19eccda7bf9b53d192d490171.tar.bz2
Merge pull request #1661 from tonytheodore/ua
allow to change User Agent; fix levmar download
Diffstat (limited to 'src')
-rw-r--r--src/levmar.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/levmar.mk b/src/levmar.mk
index f51ec7e..6a22b0d 100644
--- a/src/levmar.mk
+++ b/src/levmar.mk
@@ -8,6 +8,7 @@ $(PKG)_CHECKSUM := 3bf4ef1ea4475ded5315e8d8fc992a725f2e7940a74ca3b0f9029d9e6e94b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.ics.forth.gr/~lourakis/$(PKG)/$($(PKG)_FILE)
+$(PKG)_UA := MXE
$(PKG)_DEPS := gcc blas lapack libf2c
define $(PKG)_UPDATE