Re: [big-endian] unbreak graphics/freeimage

2022-08-08 Thread Theo Buehler
On Sun, Aug 07, 2022 at 09:50:27PM -0400, George Koehler wrote: > Hello ports list, > > BE_ARCHS can't build graphics/freeimage, because its big-endian code > gives errors like, > > Source/FreeImage/PluginBMP.cpp:1422:14: error: use of undeclared identifier > 'bpp > ' > } else

[big-endian] unbreak graphics/freeimage

2022-08-07 Thread George Koehler
Hello ports list, BE_ARCHS can't build graphics/freeimage, because its big-endian code gives errors like, Source/FreeImage/PluginBMP.cpp:1422:14: error: use of undeclared identifier 'bpp ' } else if (bpp == 16) { ^ This diff, from an upstream commit,