mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-05-03 18:00:54 +02:00
Removed old packages, masked wmaker, added lates raine emulator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- raine-0.51.11_orig/source/savepng.c 2009-12-31 23:25:03.000000000 +0100
|
||||
+++ raine-0.51.11/source/savepng.c 2011-10-23 21:23:26.000000000 +0200
|
||||
@@ -203,7 +203,7 @@
|
||||
goto Error;
|
||||
|
||||
/* Set error handling. */
|
||||
- if (setjmp(png_ptr->jmpbuf)) {
|
||||
+ if (setjmp(png_jmpbuf(png_ptr))) {
|
||||
/* If we get here, we had a problem reading the file. */
|
||||
goto Error;
|
||||
}
|
||||
Reference in New Issue
Block a user