diff --git a/java-1.8.0-openjdk-gilib-5.1.patch b/java-1.8.0-openjdk-gilib-5.1.patch index 5875e80..7700721 100644 --- a/java-1.8.0-openjdk-gilib-5.1.patch +++ b/java-1.8.0-openjdk-gilib-5.1.patch @@ -1,15 +1,12 @@ diff -Naur jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c ---- jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-02 17:38:17.544451940 +0400 -+++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-02 17:44:24.887734150 +0400 -@@ -310,7 +310,11 @@ +--- jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-03 10:43:23.974016819 +0400 ++++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-03 10:50:46.133994749 +0400 +@@ -310,7 +310,7 @@ free(pBitmapBits); free(pOldBitmapBits); -+#if GIFLIB_MAJOR * 100 + GIFLIB_MINOR >= 501 +- DGifCloseFile(gif); + DGifCloseFile(gif, NULL); -+#else - DGifCloseFile(gif); -+#endif return 1; }