https://bugs.freedesktop.org/show_bug.cgi?id=61269
--- Comment #2 from Philip Withnall bugzilla@tecnocode.co.uk --- Created attachment 75300 --> https://bugs.freedesktop.org/attachment.cgi?id=75300&action=edit Replace strchrnul() with strchr()
strchrnul() doesn’t exist on FreeBSD, and is simple enough to replace with strchr().