summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/raine/files/raine-0.51.9-ldflags.patch')
-rw-r--r--games-emulation/raine/files/raine-0.51.9-ldflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/raine/files/raine-0.51.9-ldflags.patch b/games-emulation/raine/files/raine-0.51.9-ldflags.patch
deleted file mode 100644
index f011cd6a1e5c..000000000000
--- a/games-emulation/raine/files/raine-0.51.9-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.old 2010-10-08 10:04:46.000000000 +0200
-+++ makefile 2010-10-08 10:05:25.000000000 +0200
-@@ -995,7 +995,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