Fix build against ros-1.2.5
Submitted by: pointyhat via pav
This commit is contained in:
parent
751b6823f9
commit
5fa8e93122
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269249
1 changed files with 14 additions and 0 deletions
14
devel/ros-common/files/patch-bfl_Makefile
Normal file
14
devel/ros-common/files/patch-bfl_Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- bfl/Makefile.orig 2010-04-27 19:33:00.000000000 +0200
|
||||
+++ bfl/Makefile 2011-02-16 17:23:33.000000000 +0100
|
||||
@@ -22,7 +22,11 @@
|
||||
cd $(SOURCE_DIR) && patch -p0 < ../../$(PATCH)
|
||||
mkdir -p $(SOURCE_DIR)/build-boost
|
||||
cd $(SOURCE_DIR)/build-boost && $(CMAKE) $(CMAKE_ARGS) ..
|
||||
+ifneq ($(MAKE),)
|
||||
+ cd $(SOURCE_DIR)/build-boost && $(MAKE) $(ROS_PARALLEL_JOBS) && $(MAKE) install
|
||||
+else
|
||||
cd $(SOURCE_DIR)/build-boost && make $(ROS_PARALLEL_JOBS) && make install
|
||||
+endif
|
||||
touch installed
|
||||
|
||||
wiped: Makefile
|
Loading…
Reference in a new issue