diff options
Diffstat (limited to 'main/openjdk7/icedtea-jdk-giflib51.patch')
-rw-r--r-- | main/openjdk7/icedtea-jdk-giflib51.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/openjdk7/icedtea-jdk-giflib51.patch b/main/openjdk7/icedtea-jdk-giflib51.patch deleted file mode 100644 index a9361573cf..0000000000 --- a/main/openjdk7/icedtea-jdk-giflib51.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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; - } |