java8-openjdk-3.12.0:First release

This commit is contained in:
Rmys
2019-06-17 21:09:50 +03:00
parent 72c260346d
commit 88edec8e15
14 changed files with 197270 additions and 195975 deletions
@@ -0,0 +1,14 @@
--- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c.orig 2014-05-27 22:17:19.766866065 +0200
+++ openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-05-27 22:16:35.452894426 +0200
@@ -310,7 +310,11 @@
free(pBitmapBits);
free(pOldBitmapBits);
+#if GIFLIB_MAJOR >= 5
+ DGifCloseFile(gif, NULL);
+#else
DGifCloseFile(gif);
+#endif
return 1;
}