Index: head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp =================================================================== --- head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp (nonexistent) +++ head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp (revision 376977) @@ -0,0 +1,14 @@ +--- libbase/GnashImageGif.cpp.orig 2012-01-19 19:17:48 UTC ++++ libbase/GnashImageGif.cpp +@@ -269,7 +269,11 @@ GifInput::processRecord(GifRecordType re + void + GifInput::read() + { ++#if GIFLIB_MAJOR >= 5 ++ _gif = DGifOpen(_inStream.get(), &readData, NULL); ++#else + _gif = DGifOpen(_inStream.get(), &readData); ++#endif + + GifRecordType record; + Property changes on: head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp ___________________________________________________________________ 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