summaryrefslogtreecommitdiffstats
path: root/main/ghostscript/ghostscript-system-jasper.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-03-09 14:02:26 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-03-09 14:02:26 +0000
commita9274b1b55381553f3a783e94f6339cb35c2a24f (patch)
treed23ff8353075fac425495eda3a12513cd60447dc /main/ghostscript/ghostscript-system-jasper.patch
parentd8677330ba1d1dd91d84e0cd8e546fda1f8edc6d (diff)
parent139c3269bcacee129a2e47cbd05d31aeec798d00 (diff)
downloadaports-a9274b1b55381553f3a783e94f6339cb35c2a24f.tar.bz2
aports-a9274b1b55381553f3a783e94f6339cb35c2a24f.tar.xz
Merge branch 'master' of git://dev.alpinelinux.org/aports
Diffstat (limited to 'main/ghostscript/ghostscript-system-jasper.patch')
-rw-r--r--main/ghostscript/ghostscript-system-jasper.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/ghostscript/ghostscript-system-jasper.patch b/main/ghostscript/ghostscript-system-jasper.patch
new file mode 100644
index 000000000..444b76029
--- /dev/null
+++ b/main/ghostscript/ghostscript-system-jasper.patch
@@ -0,0 +1,26 @@
+diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c
+--- ghostscript-8.64/base/sjpx.c.system-jasper 2008-08-21 00:22:49.000000000 +0100
++++ ghostscript-8.64/base/sjpx.c 2009-02-04 11:35:56.000000000 +0000
+@@ -34,14 +34,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.
+@@ -59,7 +51,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);