aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-02-17 06:24:42 +0800
committerrene <rene@FreeBSD.org>2011-02-17 06:24:42 +0800
commit089ce1479cbc519b650bda9af9753bcb32e986f2 (patch)
treee21a4534319e779ee0742fcae988947e48bd9177 /devel
parent4ebecdf3e7a977a6f5c7d5e6f10cf0abcfb94505 (diff)
downloadfreebsd-ports-gnome-089ce1479cbc519b650bda9af9753bcb32e986f2.tar.gz
freebsd-ports-gnome-089ce1479cbc519b650bda9af9753bcb32e986f2.tar.zst
freebsd-ports-gnome-089ce1479cbc519b650bda9af9753bcb32e986f2.zip
Fix build against ros-1.2.5
Submitted by: pointyhat via pav
Diffstat (limited to 'devel')
-rw-r--r--devel/ros-common/files/patch-bfl_Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ros-common/files/patch-bfl_Makefile b/devel/ros-common/files/patch-bfl_Makefile
new file mode 100644
index 000000000000..319d5481eb44
--- /dev/null
+++ b/devel/ros-common/files/patch-bfl_Makefile
@@ -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