patch from wjwwood for homebrew osx lion support
This commit is contained in:
parent
ce7148cf10
commit
762fae8ced
|
@ -16,6 +16,7 @@
|
|||
<depend package="resource_retriever" />
|
||||
<depend package="angles" />
|
||||
<depend package="assimp"/>
|
||||
<depend package="tinyxml"/>
|
||||
|
||||
<platform os="ubuntu" version="9.04"/>
|
||||
<platform os="ubuntu" version="9.10"/>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<depend package="kdl" />
|
||||
<depend package="urdf" />
|
||||
<depend package="roscpp" />
|
||||
<depend package="tinyxml" />
|
||||
|
||||
<export>
|
||||
<cpp cflags="-I${prefix}/include" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lkdl_parser"/>
|
||||
|
|
|
@ -2,3 +2,7 @@ pcre:
|
|||
ubuntu: libpcre3-dev
|
||||
fedora: pcre-devel
|
||||
debian: libpcre3-dev
|
||||
osx:
|
||||
lion:
|
||||
homebrew:
|
||||
packages: [ pcre++]
|
||||
|
|
Loading…
Reference in New Issue