diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-05 19:16:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-05 19:16:14 +0000 |
commit | e433d86c8ee6fe243389abf857de74a3cb457418 (patch) | |
tree | a09b504cbd94300d8e63c85700bfcf4ab02d8a8b /graphics | |
parent | c8096c013d1f463409c6cc5d20a60fb7a7d80934 (diff) | |
download | ports-e433d86c8ee6fe243389abf857de74a3cb457418.tar.gz ports-e433d86c8ee6fe243389abf857de74a3cb457418.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/paintlib/files/patch-plpngdec.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/paintlib/files/patch-plpngdec.cpp b/graphics/paintlib/files/patch-plpngdec.cpp new file mode 100644 index 000000000000..51f76c1cd927 --- /dev/null +++ b/graphics/paintlib/files/patch-plpngdec.cpp @@ -0,0 +1,11 @@ +--- common/plpngdec.cpp.orig 2004-10-03 19:49:22.000000000 +0200 ++++ common/plpngdec.cpp 2010-04-05 21:15:31.000000000 +0200 +@@ -108,7 +108,7 @@ + + SetBmpInfo (PLPoint (width, height), PLPoint(0,0), pf); + +- PLULONG XRes, YRes; ++ png_uint_32 XRes, YRes; + int UnitType; + png_get_pHYs (m_png_ptr, m_info_ptr, &XRes, &YRes, + &UnitType); |