abinfo 'Setting $TMPDIR as $SRCDIR to prevent RAM depletion ...'
export TMPDIR="$SRCDIR"

abinfo "Removing bundled Cairo ..."
rm -rv "$SRCDIR"/libs/cairo

abinfo "Appending -std=gnu17 to fix build with GCC 15 ..."
export CFLAGS="${CFLAGS} -std=gnu17"
