freebsd-ports/graphics/GraphicsMagick/files/patch-coders__fpx.c
Greg Larkin 0f9d4fa801 - Upgraded to 1.1.14.
- Made various stylistic fixes to Makefile.

- Broke files/patch-* files into individiual patch
  files and used "make makepatch" to name them all
  correctly.

- Removed NOPORTDOCS support, pending support in
  upstream package installation process.

Reviewed by:	beech, itetcu
Approved by:	beech (mentor, implicit)
2008-09-02 17:09:03 +00:00

22 lines
358 B
C

--- ./coders/fpx.c.orig 2007-11-05 22:03:47.000000000 -0500
+++ ./coders/fpx.c 2008-09-02 08:05:29.000000000 -0400
@@ -181,15 +181,15 @@
unsigned int
status,
- subimage;
-
- unsigned long
+ subimage,
height,
- memory_limit,
tile_width,
tile_height,
width;
+ size_t
+ memory_limit;
+
/*
Open image.
*/