abinfo "Appending -std=gnu11 to fix build ..."
# FIXME:
# nkflib.c:389:5: error: conflicting types for ‘line_fold’; have ‘int(void)’
#   389 | int line_fold();
#       |     ^~~~~~~~~
export EXTRACFLAGS="${EXTRACFLAGS} -std=gnu11"
