- 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)
22 lines
358 B
C
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.
|
|
*/
|