diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:24:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:24:05 +0800 |
commit | 8267d4c53e3e371219678d476e3624d4fb60e02c (patch) | |
tree | a4f4875cc9168fe59f71d3abd5541de6ebbb487c /print/libgnomeprint/files | |
parent | 9571367e72d11272dc7a29dbdea31582b6fd9b53 (diff) | |
download | marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar.gz marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar.bz2 marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar.lz marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar.xz marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.tar.zst marcuscom-ports-8267d4c53e3e371219678d476e3624d4fb60e02c.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6701 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_ttsubset_sft.h | 11 |
2 files changed, 21 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_ttsubset_sft.h b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h new file mode 100644 index 000000000..9a4a49782 --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h @@ -0,0 +1,11 @@ +--- 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 |