You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-sports/gracer/files/gracer-0.1.5-giflib.patch

15 lines
331 B

--- gracer-0.1.5/common/gr_texture.c
+++ gracer-0.1.5/common/gr_texture.c
@@ -274,7 +274,11 @@
int index;
int width, height;
+#if (GIFLIB_MAJOR >= 5&& !(GIFLIB_MAJOR == 5 && GIFLIB_MINOR == 0))
+ file = DGifOpenFileName (filename, &i);
+#else
file = DGifOpenFileName (filename);
+#endif
if (!file)
return -1;