1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Fix Kopete build with giflib 2.4.0.

Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> via area51
This commit is contained in:
Alberto Villa 2012-06-03 12:42:30 +00:00
parent 0a5af72414
commit 6933078178
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298082

View File

@ -0,0 +1,18 @@
--- ./kopete/protocols/wlm/wlmchatsession.cpp.orig 2012-06-03 07:53:05.000000000 -0400
+++ ./kopete/protocols/wlm/wlmchatsession.cpp 2012-06-03 07:53:42.000000000 -0400
@@ -546,13 +546,13 @@
}
if (status != GIF_OK) {
- PrintGifError();
+ GifError();
EGifCloseFile(GifFile);
return;
}
if (EGifCloseFile(GifFile) != GIF_OK) {
- PrintGifError();
+ GifError();
return;
}
return;