Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
imlib2
imlib2-giflib5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File imlib2-giflib5.patch of Package imlib2
--- src/modules/loaders/loader_gif.c.orig +++ src/modules/loaders/loader_gif.c @@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct #endif if (fd < 0) return 0; +#if defined(GIFLIB_MAJOR) && (GIFLIB_MAJOR >= 5) + gif = DGifOpenFileHandle(fd, NULL); +#else gif = DGifOpenFileHandle(fd); +#endif if (!gif) { close(fd);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor