summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 13:36:07 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:19:00 (GMT)
commit01e2a64d00ebcdc2aa31332eb33f9776d6d62f99 (patch)
tree2f985aec8dd2437d1acffb1ed9f8ac3936997a39 /src/exiv2.mk
parent3a26dafbd19b86d3f36a2e48e44d130accaa2634 (diff)
downloadmxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.zip
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.gz
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.bz2
cross packages: replace dependency gcc with cc
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 581871e..3b1e1cc 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -9,7 +9,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 mman-win32 zlib
+$(PKG)_DEPS := cc expat gettext mman-win32 zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.exiv2.org/download.html' | \