summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-16 13:31:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-16 13:31:31 (GMT)
commit6e50094684b9f8058f9fd94af8457e4ced306b57 (patch)
tree2b18948b428bfe6ca49dbc474104518b8f4f4e24 /src/exiv2.mk
parent9b3b9e28eb1ebe78b51ff41e1b224522d2439d61 (diff)
downloadmxe-6e50094684b9f8058f9fd94af8457e4ced306b57.zip
mxe-6e50094684b9f8058f9fd94af8457e4ced306b57.tar.gz
mxe-6e50094684b9f8058f9fd94af8457e4ced306b57.tar.bz2
exiv2: add missing mman-win32 dependency
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r--src/exiv2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk
index 32ee5b9..b808027 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36e
$(PKG)_SUBDIR := exiv2-$($(PKG)_VERSION)
$(PKG)_FILE := exiv2-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.exiv2.org/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc expat gettext zlib
+$(PKG)_DEPS := gcc expat gettext mman-win32 zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.exiv2.org/download.html' | \