diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-22 17:37:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-22 17:37:38 +0000 |
commit | 704aafde5a2dc00cc6381d2e0a9577e40571c307 (patch) | |
tree | 4c71722fae5356128804c0efc9aef3c4af095545 /lib/freetype/Jamfile | |
parent | 6d525de3790e37ae22b1c36d73c2c55fc52ada11 (diff) |
Update to freetype 2.3.6.
Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808.
Tested by many.
Diffstat (limited to 'lib/freetype/Jamfile')
-rw-r--r-- | lib/freetype/Jamfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/freetype/Jamfile b/lib/freetype/Jamfile index 35c98fe0e..eeaad3f36 100644 --- a/lib/freetype/Jamfile +++ b/lib/freetype/Jamfile @@ -1,6 +1,6 @@ # FreeType 2 top Jamfile. # -# Copyright 2001, 2002, 2003, 2004, 2005, 2006 by +# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, @@ -122,7 +122,8 @@ if $(DEBUG_HINTER) # We need `freetype2/include' in the current include path in order to # compile any part of FreeType 2. -# +#: updating documentation for upcoming release + HDRS += $(FT2_INCLUDE) ; @@ -193,7 +194,7 @@ rule RefDoc actions RefDoc { - python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.2.1 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h + python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.6 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h } RefDoc refdoc ; |