summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/libgnomeprint/files')
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c10
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h11
2 files changed, 0 insertions, 21 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
deleted file mode 100644
index 5526dceaa446..000000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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_ttsubset_sft.h b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h
deleted file mode 100644
index 9a4a497820fa..000000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeprint/ttsubset/sft.h.orig Thu Jul 1 13:18:38 2004
-+++ libgnomeprint/ttsubset/sft.h Thu Jul 1 13:20:14 2004
-@@ -103,7 +103,7 @@
- #endif
- #endif
-
--#ifdef __i386
-+#if defined(__i386) || defined(__alpha__)
- #ifndef G_LITTLE_ENDIAN
- #define G_LITTLE_ENDIAN
- #endif