aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-02-24 05:36:21 +0800
committerglarkin <glarkin@FreeBSD.org>2010-02-24 05:36:21 +0800
commit7c5a2e504397403971687f531c5b028baac90f08 (patch)
treef5f9880e0e0e34f44279a18b6dbe79fc2beea95c /graphics
parentf6df6ff8cfc73f1cb957e56083d23469ed126118 (diff)
downloadfreebsd-ports-gnome-7c5a2e504397403971687f531c5b028baac90f08.tar.gz
freebsd-ports-gnome-7c5a2e504397403971687f531c5b028baac90f08.tar.zst
freebsd-ports-gnome-7c5a2e504397403971687f531c5b028baac90f08.zip
- Added a patch file to correct post-build, pre-installation test case
core dumps. There is no new release yet, but the patch file was supplied by the upstream distribution author. Reported by: pointyhat (via pav, erwin) Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick12/files/patch-coders__jp2.c38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-coders__jp2.c b/graphics/GraphicsMagick12/files/patch-coders__jp2.c
new file mode 100644
index 000000000000..6a2fddd2901b
--- /dev/null
+++ b/graphics/GraphicsMagick12/files/patch-coders__jp2.c
@@ -0,0 +1,38 @@
+--- ./coders/jp2.c.orig 2010-02-23 16:23:04.000000000 -0500
++++ ./coders/jp2.c 2010-02-23 16:23:24.000000000 -0500
+@@ -681,7 +681,7 @@
+
+ entry=SetMagickInfo("J2C");
+ entry->description=AcquireString("JPEG-2000 Code Stream Syntax");
+- entry->module="JP2";
++ entry->module=AcquireString("JP2");
+ entry->magick=(MagickHandler) IsJPC;
+ entry->adjoin=False;
+ entry->seekable_stream=True;
+@@ -694,7 +694,7 @@
+
+ entry=SetMagickInfo("JP2");
+ entry->description=AcquireString("JPEG-2000 JP2 File Format Syntax");
+- entry->module="JP2";
++ entry->module=AcquireString("JP2");
+ entry->magick=(MagickHandler) IsJP2;
+ entry->adjoin=False;
+ entry->seekable_stream=True;
+@@ -707,7 +707,7 @@
+
+ entry=SetMagickInfo("JPC");
+ entry->description=AcquireString("JPEG-2000 Code Stream Syntax");
+- entry->module="JP2";
++ entry->module=AcquireString("JP2");
+ entry->magick=(MagickHandler) IsJPC;
+ entry->adjoin=False;
+ entry->seekable_stream=True;
+@@ -720,7 +720,7 @@
+
+ entry=SetMagickInfo("PGX");
+ entry->description=AcquireString("JPEG-2000 VM Format");
+- entry->module="JP2";
++ entry->module=AcquireString("JP2");
+ entry->magick=(MagickHandler) IsJPC;
+ entry->adjoin=False;
+ entry->seekable_stream=True;