head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.4 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.2 pkgsrc-2014Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2014.11.13.11.50.27; author markd; state dead; branches; next 1.1; commitid JWuG8LDujulVb1Yx; 1.1 date 2014.05.19.11.07.25; author markd; state Exp; branches; next ; commitid HvL4NnMC9AVZF8Bx; desc @@ 1.2 log @Update to KDE SC 4.14.3 @ text @$NetBSD: patch-protocols_wlm_wlmchatsession.cpp,v 1.1 2014/05/19 11:07:25 markd Exp $ Fix build with giflib 5.1. --- protocols/wlm/wlmchatsession.cpp.orig 2014-01-02 19:38:04.000000000 +0000 +++ protocols/wlm/wlmchatsession.cpp @@@@ -557,7 +557,7 @@@@ WlmChatSession::convertToGif( const QPix screenColourmap); if (status != GIF_OK) { - EGifCloseFile(GifFile); + EGifCloseFile(GifFile, NULL); return; } @@@@ -580,11 +580,11 @@@@ WlmChatSession::convertToGif( const QPix if (status != GIF_OK) { printGifErrorMessage(); - EGifCloseFile(GifFile); + EGifCloseFile(GifFile, NULL); return; } - if (EGifCloseFile(GifFile) != GIF_OK) { + if (EGifCloseFile(GifFile, NULL) != GIF_OK) { printGifErrorMessage(); return; } @ 1.1 log @Fix build with giflib 5.1. @ text @d1 1 a1 1 $NetBSD$ @