Sometimes after the release source are updated, issues that make a hotfix
worthwhile are discovered. The patches/ directory contains such patches
relative to the root of fpcbuild/ 

Patches are added to this directory with an uniform
basename (fpc-<fpcversion>) and a 3 digit sequence number (_001 etc) to make
automated in order applying easier.

Patch			Description
fpc-2.6.2_1.patch	Fix for sem_t in freebsd9, all 2.6.2 freebsd include
			this patch.
fpc-2.6.2_2.patch	getdirentriesi49 syscall support and use for
			 openbsd
fpc-2.6.2_3.patch       Add Debian specific non-standard path to libc startup
                        files to the compiler. This allows completion of the
			build on recent Debian ARMel systems.
fpc-2.6.2_4.patch	Add Haiku specific fix to cwstring (don't link 
			liblocale, locale functions are in libroot)

NOTE: if you add a patch please regenerate patches.tar.gz and patches.zip