abinfo "Dropping bundled dependencies ..."
rm -rfv \
    "$SRCDIR"/jpeg \
    "$SRCDIR"/libpng \
    "$SRCDIR"/zlib \
    "$SRCDIR"/expat \
    "$SRCDIR"/tiff \
    "$SRCDIR"/freetype \
    "$SRCDIR"/cups/libs \
    "$SRCDIR"/ijs \
    "$SRCDIR"/openjpeg

# FIXME: ghostscript/xps/xpstiff.c: In function ‘xps_read_tiff_tag’:
# FIXME: passing argument 1 of ‘xps_alloc_table’ from incompatible pointer type
abinfo "Adding -Wno-incompatible-pointer-types to CFLAGS ..."
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
