diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-02 14:50:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-02 14:50:52 +0000 |
commit | 7ae64abc401e74431f4a24ce0940d6304f8fb0cf (patch) | |
tree | 63933fbfefe546497893ab62c19eaeb40fdd395a /graphics/GraphicsMagick/files/patch-newfpx | |
parent | Add a mega-patch, which makes the library usable. It barely worked on (diff) |
Update from 1.1.7 to 1.1.10. FPX-support is now in (and no longer an
OPTION). Add support for running bundled self-tests after building.
Do not run the self-tests by default, in order to be able to secure
portmgr's approval, but advise the user to do so before installing.
The self-tests will be turned on, when port-freeze is over.
Approved by: portmgr (pav)
Diffstat (limited to 'graphics/GraphicsMagick/files/patch-newfpx')
-rw-r--r-- | graphics/GraphicsMagick/files/patch-newfpx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/files/patch-newfpx b/graphics/GraphicsMagick/files/patch-newfpx new file mode 100644 index 000000000000..6aa24bf3dacc --- /dev/null +++ b/graphics/GraphicsMagick/files/patch-newfpx @@ -0,0 +1,20 @@ +--- 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. |