[Lunar-commits] <moonbase-other> octomap: fix build with gcc 4.8.1
v4hn
me at v4hn.de
Wed Jun 19 00:34:48 CEST 2013
commit 3f25ceb2d1ea03c9b209897239900759e5863227
Author: v4hn <me at v4hn.de>
Date: Tue, 18 Jun 2013 15:34:04 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3f25ceb2d1ea03c9b209897239900759e5863227
octomap: fix build with gcc 4.8.1
---
libs/octomap/DETAILS | +4/-1
libs/octomap/PRE_BUILD | +4/-0
2 files changed, 8 insertions(+), 1 deletion(-)
--- a/libs/octomap/DETAILS
+++ b/libs/octomap/DETAILS
@@ -1,11 +1,14 @@
MODULE=octomap
VERSION=1.6.0
SOURCE=v$VERSION.tar.gz
+ SOURCE2=octomap-1.6.0-deepcopy.patch
SOURCE_URL=https://github.com/OctoMap/octomap/archive
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:7323e0f7f9532bcdbc00fcc453855cae9b6462ea
+ SOURCE2_VFY=sha1:be9556c7bc28dc8b4f6ba4755c7d661db161bdbd
WEB_SITE=http://$MODULE.github.io
ENTERED=20130417
- UPDATED=20130417
+ UPDATED=20130619
SHORT="3D Mapping Framework based on Octrees"
cat << EOF
--- /dev/null
+++ b/libs/octomap/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list