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

View 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

View 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

View 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;
}