diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:30:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:30:01 +0000 |
commit | e5baaae09b37ea2bc2a7199bdb6523248fa42d77 (patch) | |
tree | 28730b38ce966dab243acf6232a8bf54f47a7763 /devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp | |
parent | Add pxfonts 1.0, yet another Palatino-style font for LaTeX. (diff) |
- Downgrate to last stable release, 0.6.5.1
- Give maintainership to submitter
PR: ports/61738
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=98958
Diffstat (limited to 'devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp')
-rw-r--r-- | devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp b/devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp new file mode 100644 index 000000000000..fb1978cbbfb5 --- /dev/null +++ b/devel/clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp @@ -0,0 +1,8 @@ +--- Sources/SmallJPEG/jpgd/jidctfst.cpp.orig Fri Jan 23 15:46:14 2004 ++++ Sources/SmallJPEG/jpgd/jidctfst.cpp Fri Jan 23 15:46:25 2004 +@@ -1,4 +1,5 @@ + #include "jpegdecoder.h" ++#include <inttypes.h> + + #ifdef WIN32 + #pragma warning(push) |