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:
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
|
||||
Reference in New Issue
Block a user