1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-17 23:13:33 +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

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