Re: latest release of gui and giflib > 5.1.0

2015-05-25 Thread Fred Kiefer
Thank you for spotting this. This is a rather annoying bug. One of the main reasons why I tried to push the new release out was to get GIF support working again with a current release of libgif and now this is still broken. If you change this, could you please move the #define for EGifOpen to the

latest release of gui and giflib > 5.1.0

2015-05-25 Thread Sebastian Reitenbach
Hi, while upgrading the latest releases, I ran into problem with the libgif 5.1.1 installed on OpenBSD, that EGifCloseFile() is called with too few arguments. Seems with 5.1.0, it got added the second argument, like DGifClose got, patch below fixes issue for me. OK to commit? --- Source/NSB