diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-08 20:36:07 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-08 20:36:07 +0000 |
commit | 9833132f8eb57470cd52dea47d6065093d9c9f7c (patch) | |
tree | c92dd3f76e87166bdb00b1fbe1926044ee7a8736 /x11-libs/cairo/files | |
parent | cacti-spine is a new name for cacti-cactid. Added move entry. (diff) | |
download | historical-9833132f8eb57470cd52dea47d6065093d9c9f7c.tar.gz historical-9833132f8eb57470cd52dea47d6065093d9c9f7c.tar.bz2 historical-9833132f8eb57470cd52dea47d6065093d9c9f7c.zip |
add patch to fix corruption with Mozilla renderer. From Gentoo's Mozilla herd, specifically armin76
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r-- | x11-libs/cairo/files/cairo-1.5.4-fix-private.patch | 11 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-1.5.4-r2 | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/cairo/files/cairo-1.5.4-fix-private.patch b/x11-libs/cairo/files/cairo-1.5.4-fix-private.patch new file mode 100644 index 000000000000..79f538590620 --- /dev/null +++ b/x11-libs/cairo/files/cairo-1.5.4-fix-private.patch @@ -0,0 +1,11 @@ +--- src/cairo-fixed-private.h.orig 2007-12-27 18:42:39.000000000 +0100 ++++ src/cairo-fixed-private.h 2007-12-27 18:43:11.000000000 +0100 +@@ -59,7 +59,7 @@ + * making sure that you compute a double-to-fixed magic number. + * (see below). + */ +-#define CAIRO_FIXED_FRAC_BITS 16 ++#define CAIRO_FIXED_FRAC_BITS 8 + + /* A signed type CAIRO_FIXED_BITS in size; the main fixed point type */ + typedef int32_t cairo_fixed_t; diff --git a/x11-libs/cairo/files/digest-cairo-1.5.4-r2 b/x11-libs/cairo/files/digest-cairo-1.5.4-r2 new file mode 100644 index 000000000000..716222d0cdcb --- /dev/null +++ b/x11-libs/cairo/files/digest-cairo-1.5.4-r2 @@ -0,0 +1,3 @@ +MD5 2738af237fc125f7e7d3e7bf8c5728c4 cairo-1.5.4.tar.gz 3283307 +RMD160 2ccdbd21adf344dc7405951d919a89610deb6d14 cairo-1.5.4.tar.gz 3283307 +SHA256 dafc9c43fe20977ece09aeff699d42b1f55a7f7465ca76baf96d42a379d36b57 cairo-1.5.4.tar.gz 3283307 |