<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 20, 2012 at 5:27 PM, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/20/2012 12:51 PM, Marcel Bonnet wrote:<br>
> Hi folks. I'm new in this list, but just in case if there are other<br>
> FreeBSD users waiting or trying to build a fresh Ardour 3 Beta, you<br>
> may find instructions and the required ports I've just made here:<br>
> <a href="http://linuxhomestudio.com.br/freebsd/articles/ardour3b5/ardour3b5.html" target="_blank">http://linuxhomestudio.com.br/freebsd/articles/ardour3b5/ardour3b5.html</a><br>
><br>
> Cheers,<br>
<br>
</div>Hi Marcel,<br>
<br>
I just had a quick look at the .shar file. Could you please make the<br>
broken out patches in there easily available? I think that many changes e.g.<br>
<br>
-#ifndef __APPLE__<br>
+#if !defined(__APPLE__) && !defined(__FreeBSD__)<br>
<br>
can easily be applied upstream. Same for abs() -> fabs(). This stuff<br>
should go into A3.<br>
<br>
the wscript hacks and lilv-0 changes however are a big no-go. You should<br>
just use -I/usr/include/lilv-0/ in your Makefile instead of patching<br>
ardour to use #include <lilv-0/lilv/..><br></blockquote><div><br>lilv-0 should be found and detected using pkg-config, already. <br></div></div></div>