summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-08 09:39:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-08 09:39:58 (GMT)
commit7578da69f59663406f3ce15e8efd22bfaea25ca1 (patch)
tree257e68f55c1e21a2b7d01f23c273c2885258d597 /src/pcl.mk
parent70523a1683b0a8ecf1f2346d395e25a4d01ba690 (diff)
downloadmxe-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.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index 0793202..1804e56 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -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