default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ $ANI_PNG == y ]]; then
  zcat "$SPELL_DIRECTORY/libpng-1.2.38-apng.patch.gz" | patch -p1
fi
