mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-17 09:03:35 +01:00
Removed old packages, masked wmaker, added lates raine emulator
This commit is contained in:
14
games-emulation/raine/files/raine-0.51.11-install_path.patch
Normal file
14
games-emulation/raine/files/raine-0.51.11-install_path.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- raine-0.51.11_orig/makefile 2011-04-29 11:02:44.000000000 +0200
|
||||
+++ raine-0.51.11/makefile 2011-10-24 17:11:09.000000000 +0200
|
||||
@@ -295,11 +295,7 @@
|
||||
endif
|
||||
RAINE_UNIX = 1
|
||||
|
||||
-ifdef VERBOSE
|
||||
INSTALL = /usr/bin/install
|
||||
-else
|
||||
- INSTALL = @install
|
||||
-endif
|
||||
INSTALL_BIN = $(INSTALL) -m 755
|
||||
INSTALL_DATA = $(INSTALL) -m 644
|
||||
RD = rmdir --ignore-fail-on-non-empty
|
||||
11
games-emulation/raine/files/raine-0.51.11-ldflags.patch
Normal file
11
games-emulation/raine/files/raine-0.51.11-ldflags.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- raine-0.51.11_orig/makefile 2011-04-29 11:02:44.000000000 +0200
|
||||
+++ raine-0.51.11/makefile 2011-10-23 20:44:59.000000000 +0200
|
||||
@@ -1037,7 +1037,7 @@
|
||||
else
|
||||
@echo Linking Raine...
|
||||
endif
|
||||
- $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
|
||||
+ $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
|
||||
|
||||
converter: source/bonus/converter.c
|
||||
$(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o
|
||||
11
games-emulation/raine/files/raine-0.51.11-libpng1.5.patch
Normal file
11
games-emulation/raine/files/raine-0.51.11-libpng1.5.patch
Normal file
@@ -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