diff options
author | 2007-07-13 21:58:15 +0000 | |
---|---|---|
committer | 2007-07-13 21:58:15 +0000 | |
commit | 0e1c980c70ec206db3e64e704dd141fb5e57cd8f (patch) | |
tree | 3dae7bff29f34b2aaa7e1c9e69348c0d9809225b /x11-libs | |
parent | works on ppc64 (diff) | |
download | gentoo-2-0e1c980c70ec206db3e64e704dd141fb5e57cd8f.tar.gz gentoo-2-0e1c980c70ec206db3e64e704dd141fb5e57cd8f.tar.bz2 gentoo-2-0e1c980c70ec206db3e64e704dd141fb5e57cd8f.zip |
Fix #185238
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/files/cairo-1.4.6-ctype.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index e617b1e63a27..d0d235b8d844 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.136 2007/07/13 14:30:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.137 2007/07/13 21:58:15 cardoe Exp $ + + 13 Jul 2007; Doug Goldstein <cardoe@gentoo.org> + files/cairo-1.4.6-ctype.patch: + Fix #185238 13 Jul 2007; Doug Goldstein <doug@gentoo.org> +files/cairo-1.4.6-ctype.patch, cairo-1.4.6.ebuild: diff --git a/x11-libs/cairo/files/cairo-1.4.6-ctype.patch b/x11-libs/cairo/files/cairo-1.4.6-ctype.patch index a40ef8d545eb..84e5a5140658 100644 --- a/x11-libs/cairo/files/cairo-1.4.6-ctype.patch +++ b/x11-libs/cairo/files/cairo-1.4.6-ctype.patch @@ -1,5 +1,5 @@ ---- cairo-type1-subset.c.bak 2007-05-18 15:13:37.000000000 +0800 -+++ cairo-type1-subset.c 2007-05-18 15:36:07.000000000 +0800 +--- a/src/cairo-type1-subset.c 2007-05-18 15:13:37.000000000 +0800 ++++ b/src/cairo-type1-subset.c 2007-05-18 15:36:07.000000000 +0800 @@ -41,6 +41,7 @@ /* XXX: Eventually, we need to handle other font backends */ #include "cairo-ft-private.h" |