ports/devel/ros-documentation/files/patch-3173
Rene Ladan 34baec34dc - fix behaviour of "rosmsg users"
- force positive detection of trunc() and ifaddrs.h
- remove BROKEN check for 6.X
- bump PORTREVISION
2010-12-05 09:48:39 +00:00

10 lines
317 B
Text

--- tools/rosbash/rosbash.orig 2010-06-28 22:22:33.000000000 +0200
+++ tools/rosbash/rosbash 2010-12-03 19:52:43.000000000 +0100
@@ -1,6 +1,6 @@
function _rossed {
- if [[ `uname` == Darwin ]]; then
+ if [[ `uname` == Darwin || `uname` == FreeBSD ]]; then
sed -E "$@"
else
sed -r "$@"