Index: head/mail/spamprobe/files/patch-src_parser_GifParser.cc =================================================================== --- head/mail/spamprobe/files/patch-src_parser_GifParser.cc (nonexistent) +++ head/mail/spamprobe/files/patch-src_parser_GifParser.cc (revision 375618) @@ -0,0 +1,14 @@ +--- src/parser/GifParser.cc.orig 2006-11-17 07:24:49 UTC ++++ src/parser/GifParser.cc +@@ -99,7 +99,11 @@ bool GifParser::parseImage() + void GifParser::openImage() + { + m_nextByteIndex = 0; ++#if GIFLIB_MAJOR >= 5 ++ m_gif = DGifOpen(this, readFromBuffer, NULL); ++#else + m_gif = DGifOpen(this, readFromBuffer); ++#endif + if (!m_gif) { + throw runtime_error("open gif failed"); + } Property changes on: head/mail/spamprobe/files/patch-src_parser_GifParser.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property