1
0
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:
root
2011-10-24 22:36:44 +02:00
parent f451f04442
commit 129c0f2bf0
12 changed files with 101 additions and 115 deletions
@@ -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;
}