mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-10 13:05:46 +01:00
12 lines
467 B
Diff
12 lines
467 B
Diff
--- 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
|