diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-07 11:37:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-07 11:37:45 +0000 |
commit | 581ad146719aecd8cec5f49d2fc6e467d46d0438 (patch) | |
tree | 08613112ffeb41e56372adfd6ed4edec80bb879e /x11-libs/gtkmathview | |
parent | Removed old versions. (diff) | |
download | gentoo-2-581ad146719aecd8cec5f49d2fc6e467d46d0438.tar.gz gentoo-2-581ad146719aecd8cec5f49d2fc6e467d46d0438.tar.bz2 gentoo-2-581ad146719aecd8cec5f49d2fc6e467d46d0438.zip |
update gcc43 patch for t1lib backend, bug #215965.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs/gtkmathview')
-rw-r--r-- | x11-libs/gtkmathview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtkmathview/files/gtkmathview-0.8.0-gcc43.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/x11-libs/gtkmathview/ChangeLog b/x11-libs/gtkmathview/ChangeLog index 2e6732680e2a..1bb87104cbf5 100644 --- a/x11-libs/gtkmathview/ChangeLog +++ b/x11-libs/gtkmathview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtkmathview # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.23 2008/06/02 20:25:45 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.24 2008/06/07 11:37:45 eva Exp $ + + 07 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + files/gtkmathview-0.8.0-gcc43.patch: + update gcc43 patch for t1lib backend, bug #215965. *gtkmathview-0.8.0 (02 Jun 2008) diff --git a/x11-libs/gtkmathview/files/gtkmathview-0.8.0-gcc43.patch b/x11-libs/gtkmathview/files/gtkmathview-0.8.0-gcc43.patch index 10313b4e8120..5edfa9236bba 100644 --- a/x11-libs/gtkmathview/files/gtkmathview-0.8.0-gcc43.patch +++ b/x11-libs/gtkmathview/files/gtkmathview-0.8.0-gcc43.patch @@ -43,3 +43,14 @@ diff -urN gtkmathview-0.8.0-orig/src/engine/mathml/mathVariantAux.cc gtkmathview #include "mathVariantAux.hh" static MathVariantAttributes vattr[] = { +diff -urN gtkmathview-0.8.0-orig/src/backend/ps/T1_FontDataBase.cc gtkmathview-0.8.0/src/backend/ps/T1_FontDataBase.cc +--- gtkmathview-0.8.0-orig/src/backend/ps/T1_FontDataBase.cc 2007-08-17 12:02:40.000000000 +0200 ++++ gtkmathview-0.8.0/src/backend/ps/T1_FontDataBase.cc 2008-06-07 12:26:01.000000000 +0200 +@@ -23,6 +23,7 @@ + #include <stdlib.h> + #include <iostream> + #include <list> ++#include <cstring> + + #include "String.hh" + #include "T1_FontDataBase.hh" |