summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-27 06:43:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-27 06:43:42 +0800
commit1a7652996b64a0b64dca008afd35c8db629009e4 (patch)
tree1abb57b3edd1d4f0ecc28d63c8d03215a1fb3215 /graphics/evince/files
parentf215b485897673c49b1ad63f3c0dd4c511dbb676 (diff)
downloadmarcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar.gz
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar.bz2
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar.lz
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar.xz
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.tar.zst
marcuscom-ports-1a7652996b64a0b64dca008afd35c8db629009e4.zip
Update to 0.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files')
-rw-r--r--graphics/evince/files/patch-ps_ps-document.c35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/evince/files/patch-ps_ps-document.c b/graphics/evince/files/patch-ps_ps-document.c
new file mode 100644
index 000000000..612fe3156
--- /dev/null
+++ b/graphics/evince/files/patch-ps_ps-document.c
@@ -0,0 +1,35 @@
+--- ps/ps-document.c.orig Sat Feb 26 17:36:03 2005
++++ ps/ps-document.c Sat Feb 26 17:38:26 2005
+@@ -487,12 +487,12 @@
+ GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF }; /* pixel, r, g, b */
+ GdkColormap *colormap;
+
+- LOG ("Setup the page");
+-
+ #ifdef HAVE_LOCALE_H
+ char *savelocale;
+ #endif
+
++ LOG ("Setup the page");
++
+ if (gs->pstarget == NULL)
+ return;
+
+@@ -720,8 +720,6 @@
+ int std_out[2]; /* pipe from interp stdout */
+ int std_err[2]; /* pipe from interp stderr */
+
+- LOG ("Start the interpreter");
+-
+ #define NUM_ARGS 100
+ #define NUM_GS_ARGS (NUM_ARGS - 20)
+ #define NUM_ALPHA_ARGS 10
+@@ -729,6 +727,8 @@
+ char *argv[NUM_ARGS], *dir, *gv_env;
+ char **gs_args, **alpha_args = NULL;
+ int argc = 0, i;
++
++ LOG ("Start the interpreter");
+
+ if(!gs->gs_filename)
+ return 0;