diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-01-08 08:12:41 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-01-08 08:12:41 (GMT) |
commit | abd63284518c6acf5bb62bd543e4dddadf96ca54 (patch) | |
tree | d6932d3831147ad21e4dc14d4d66291b9e976506 /src/ocaml-xml-light.mk | |
parent | 063b1bc09ac46d75444eec2efa5b29176cc27ef8 (diff) | |
download | mxe-abd63284518c6acf5bb62bd543e4dddadf96ca54.zip mxe-abd63284518c6acf5bb62bd543e4dddadf96ca54.tar.gz mxe-abd63284518c6acf5bb62bd543e4dddadf96ca54.tar.bz2 |
packages vtk ocaml-* cross builds: add explicit gcc dependency
Diffstat (limited to 'src/ocaml-xml-light.mk')
-rw-r--r-- | src/ocaml-xml-light.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-xml-light.mk b/src/ocaml-xml-light.mk index 44c8992..20aee24 100644 --- a/src/ocaml-xml-light.mk +++ b/src/ocaml-xml-light.mk @@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := e524aa20c34bf45a839363b61bb2cbbf8fcdc6bc $(PKG)_SUBDIR := xml-light $(PKG)_FILE := xml-light-$($(PKG)_VERSION).zip $(PKG)_URL := http://tech.motion-twin.com/zip/$($(PKG)_FILE) -$(PKG)_DEPS := ocaml-findlib +$(PKG)_DEPS := gcc ocaml-findlib define $(PKG)_UPDATE $(WGET) -q -O- 'http://tech.motion-twin.com/xmllight' | \ |