diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-08 09:39:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-08 09:39:58 (GMT) |
commit | 7578da69f59663406f3ce15e8efd22bfaea25ca1 (patch) | |
tree | 257e68f55c1e21a2b7d01f23c273c2885258d597 /src/pcl.mk | |
parent | 70523a1683b0a8ecf1f2346d395e25a4d01ba690 (diff) | |
download | mxe-7578da69f59663406f3ce15e8efd22bfaea25ca1.zip mxe-7578da69f59663406f3ce15e8efd22bfaea25ca1.tar.gz mxe-7578da69f59663406f3ce15e8efd22bfaea25ca1.tar.bz2 |
packages flann netpbm pcl: add update script placeholder
Diffstat (limited to 'src/pcl.mk')
-rw-r--r-- | src/pcl.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ $(PKG)_URL := http://www.pointclouds.org/assets/files/$($(PKG)_VERSION)/$($ $(PKG)_DEPS := gcc libgomp boost eigen flann vtk define $(PKG)_UPDATE - /bin/false + echo 'TODO: write update script for $(PKG).' >&2; + echo $($(PKG)_VERSION) endef # There is a strange problem where including <cfloat> leads to an error |