<div dir="ltr">Hi,<div style>I'm trying to port cairo-dock 3 under FreeBSD. When I try to compile the plugins package it don't add a -L/usr/local/lib to the linker in every plugin.</div><div style>It seems to ignore</div>
<div style><br></div><div style>link_directories (${PACKAGE_LIBRARY_DIRS})</div><div style><br></div><div style>function in CMakeLists.txt in the plugin dirs. I tryed to add</div><div style><br></div><div style>message (">>> PACKAGE_LIBRARY_DIRS: PACKAGE_LIBRARY_DIRS}")<br>
</div><div style><br></div><div style>and it, correctly prints out</div><div style><br></div><div style>>>> PACKAGE_LIBRARY_DIRS: /usr/local/lib<br></div><div style><br></div><div style>but the link.txt file don't have -L/usr/local/lib.</div>
<div style>The same function is called in the core package and it works.</div><div style>May be a bug?</div><div style>Thanks</div><div style>Marco Dola</div></div>