diff options
author | dbj <dbj@pkgsrc.org> | 2006-06-12 21:38:57 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2006-06-12 21:38:57 +0000 |
commit | 4b68f685ab01bf36cfb5b6e677cba1649f8fac1c (patch) | |
tree | 9cec35bcde33e44d54d5a4ede9bc1e7877fb5275 /print/gnome-print | |
parent | cf79e82f6cd761cafba3d1afc0f2cc601bb1415e (diff) | |
download | pkgsrc-4b68f685ab01bf36cfb5b6e677cba1649f8fac1c.tar.gz |
remove duplicate definition of jobdata global variable
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/distinfo | 3 | ||||
-rw-r--r-- | print/gnome-print/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo index 86fb176bccd..a4fab50af33 100644 --- a/print/gnome-print/distinfo +++ b/print/gnome-print/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2006/06/01 16:04:58 joerg Exp $ +$NetBSD: distinfo,v 1.12 2006/06/12 21:38:57 dbj Exp $ SHA1 (gnome-print-0.37.tar.gz) = 119bb335669dfa0d6b264055fe8b7b3094b1cfec RMD160 (gnome-print-0.37.tar.gz) = 3f3acaa783b448c5b5d256182472e7a8934e6cd1 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 8860630d03c9a93b6f6c0857442b1f023ac6b5e0 SHA1 (patch-ad) = 1484232e28d37923bd41d96e2b90816f2ba5501f SHA1 (patch-ae) = b4ace016c4cf99b217a77987a46c5b9c885455c8 SHA1 (patch-af) = bc7f4ea0be2e0954bc976f65329bff7d25c8a61c +SHA1 (patch-ag) = eb237041f2c6b525c4d3049b2ea862c99805d298 diff --git a/print/gnome-print/patches/patch-ag b/print/gnome-print/patches/patch-ag new file mode 100644 index 00000000000..7751641508d --- /dev/null +++ b/print/gnome-print/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2006/06/12 21:38:57 dbj Exp $ + +--- libgnomeprint/gnome-print-pclr.c.orig 2001-05-24 16:35:07.000000000 -0400 ++++ libgnomeprint/gnome-print-pclr.c +@@ -62,7 +62,6 @@ + #include <libgnomeprint/gnome-print-encode.h> + #include <libgnomeprint/gnome-print-encode-private.h> + +-PCLJobData * jobdata; + static GnomePrintRGBPClass *pclr_parent_class; + + static int |