Re: [big endian] Unbreak graphics/sane-backends

2020-02-09 Thread Jeremie Courreges-Anglas
On Sun, Feb 09 2020, Charlene Wendling wrote: > Hi, > > I've spotted that sane-backends is broken in the current sparc64 bulk: > >> genesys/low.cpp:544:9: error: 'depth' was not declared in this scope >> if (depth == 16) { > > Upstream has already a fix for that [0], it's pending merging. > >

[big endian] Unbreak graphics/sane-backends

2020-02-09 Thread Charlene Wendling
Hi, I've spotted that sane-backends is broken in the current sparc64 bulk: > genesys/low.cpp:544:9: error: 'depth' was not declared in this scope > if (depth == 16) { Upstream has already a fix for that [0], it's pending merging. The below diff fixes the build on powerpc [1]. I bumped REVIS