aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghostscript/ghostscript-system-jasper.patch
diff options
context:
space:
mode:
authorCameron Banta <cbanta@gmail.com>2011-10-28 17:05:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-31 10:36:48 +0000
commit46b45171f76a76651dffa4931f8fd5bfba18b51b (patch)
treee313aaf3f706c38965cd8a099c9bbba4188161bf /main/ghostscript/ghostscript-system-jasper.patch
parent84dffd114f9a1922b7cb0b0e85f83a43969c1319 (diff)
downloadaports-46b45171f76a76651dffa4931f8fd5bfba18b51b.tar.bz2
aports-46b45171f76a76651dffa4931f8fd5bfba18b51b.tar.xz
main/ghostscript: upgrade to 9.04
Diffstat (limited to 'main/ghostscript/ghostscript-system-jasper.patch')
-rw-r--r--main/ghostscript/ghostscript-system-jasper.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/ghostscript/ghostscript-system-jasper.patch b/main/ghostscript/ghostscript-system-jasper.patch
deleted file mode 100644
index dc704468cb..0000000000
--- a/main/ghostscript/ghostscript-system-jasper.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -up ghostscript-9.00/base/sjpx.c.system-jasper ghostscript-9.00/base/sjpx.c
---- ghostscript-9.00/base/sjpx.c.system-jasper 2010-08-17 15:31:58.000000000 +0100
-+++ ghostscript-9.00/base/sjpx.c 2010-09-23 09:59:46.747467642 +0100
-@@ -33,14 +33,6 @@ static void s_jpxd_set_defaults(stream_s
- private_st_jpxd_state(); /* creates a gc object for our state,
- defined in sjpx.h */
-
--/* error reporting callback for the jpx library */
--static void
--s_jpx_jas_error_cb(jas_error_t err, char *msg)
--{
-- dprintf2("jasper (code %d) %s", (int)err, msg);
--}
--
--
- /* initialize the steam.
- this involves allocating the stream and image structures, and
- initializing the decoder.
-@@ -56,7 +48,6 @@ s_jpxd_init(stream_state * ss)
- }
-
- status = jas_init();
-- jas_set_error_cb(s_jpx_jas_error_cb);
- #ifdef JPX_DEBUG
- /* raise the error reporting threshold from the default (0) */
- jas_setdbglevel(1);