abinfo "Appending -std=gnu99 to fix build with GCC >= 15 ..."
# FIXME:
# parsedate.y: In function ‘date_error’:
# parsedate.y:442:1: error: old-style function definition [-Werror=old-style-definition]
export CFLAGS="$CFLAGS -std=gnu99"
