diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-30 10:13:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-30 10:13:19 +0800 |
commit | 7ab3f5fa599a62de653f35b071d112fd94dce565 (patch) | |
tree | 46c0859834311dbaed82f6d9ae46a11599637e4f /print/libgnomeprint/files | |
parent | 1976d60559397614f2fd504a1e9d179c4cb718f8 (diff) | |
download | marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar.gz marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar.bz2 marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar.lz marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar.xz marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.tar.zst marcuscom-ports-7ab3f5fa599a62de653f35b071d112fd94dce565.zip |
Update to 2.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2426 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint/files')
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c | 10 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint_gnome-print-pdf.c | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c new file mode 100644 index 000000000..5526dceaa --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c @@ -0,0 +1,10 @@ +--- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003 ++++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003 +@@ -312,6 +312,7 @@ + gpm_encode_int (pc, w); + gpm_encode_int (pc, ch); + ++ gpm_ensure_space(pc, w * ch * h); + for (y = 0; y < h; y++){ + gpm_encode_block (pc, px, w * ch); + px += rowstride; diff --git a/print/libgnomeprint/files/patch-libgnomeprint_gnome-print-pdf.c b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print-pdf.c new file mode 100644 index 000000000..185e0b3f4 --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print-pdf.c @@ -0,0 +1,13 @@ +--- libgnomeprint/gnome-print-pdf.c.orig Tue Jun 29 22:07:46 2004 ++++ libgnomeprint/gnome-print-pdf.c Tue Jun 29 22:07:55 2004 +@@ -1224,9 +1224,9 @@ + static void + gnome_print_embed_all_pdf_fonts (GnomePrintPdf *pdf) + { ++ GList *list; + g_return_if_fail (pdf != NULL); + +- GList *list; + + list = pdf->fonts; + while (list) { |