x11/way-displays: mark BROKEN on 32-bit after 8fe6d615be11
lib/col/src/itable.c:317:60: error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
317 | bufp += snprintf(bufp, len - (bufp - buf), "%lu = %s\n", *k, *v ? (char*)*v : "(null)"); | ~~~ ^~ | %llu
Reported by: pkg-fallout