diff options
Diffstat (limited to 'graphics/GraphicsMagick13/files/patch-newfpx')
-rw-r--r-- | graphics/GraphicsMagick13/files/patch-newfpx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/GraphicsMagick13/files/patch-newfpx b/graphics/GraphicsMagick13/files/patch-newfpx deleted file mode 100644 index 6aa24bf3dacc..000000000000 --- a/graphics/GraphicsMagick13/files/patch-newfpx +++ /dev/null @@ -1,20 +0,0 @@ ---- coders/fpx.c 2004-04-14 18:45:28.000000000 -0400 -+++ coders/fpx.c 2007-11-01 23:30:18.000000000 -0500 -@@ -182,13 +182,13 @@ - unsigned int - status, -- subimage; -- -- unsigned long -+ subimage, - height, -- memory_limit, - tile_width, - tile_height, - width; - -+ size_t -+ memory_limit; -+ - /* - Open image. |