one more patch found in freebsd port

https://github.com/freebsd/freebsd-ports/blob/2019Q4/multimedia/cinelerra-gg/files/patch-cinelerra-5.1_guicast_Makefile

(x86 freebsd before 13.1 defaults to i386 arch, not i686 as many Linuxes) 

may be this case can be merged with i686 case, or stay as is (i think it does not hurt other builds) 

On Monday, March 28, 2022, Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
I think I have new series - attached (contain a bit more patches) 

now dynamic openexr works (tesred rendering + loading of exr sequence) 

also, freebsd 13 have both vaapi and vdpau - may be someone can test if they work for real hw setup? 



On Monday, March 28, 2022, Phyllis Smith <phylsmith2017@gmail.com> wrote:
Andrew, thanks for this effort -- I will be looking at all of this later today.  Once again I am getting way behind.
Hopefully, we can come up with a similar file to the version 12 bsd, bsdcin.tar.xz, and put that on the website to keep up with version 13 bsd.

On Sun, Mar 27, 2022 at 6:01 PM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
i copied pieces from blds/bsd.patch in hope I get this __FreeBSD__ preprocessor directive correctly..

some changes not ported (for example our python script should be python3 compatible by now) and some changes require a bit more ifdefiry in Makefiles...