diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-10 22:25:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-10 22:25:02 +0000 |
commit | 9aedb0fc94a55a27a76b7ce414da1bbc9166200f (patch) | |
tree | c10db477d54ed9e037ec576a429eef6b14c3041e /games-emulation/raine/files | |
parent | old (diff) | |
download | historical-9aedb0fc94a55a27a76b7ce414da1bbc9166200f.tar.gz historical-9aedb0fc94a55a27a76b7ce414da1bbc9166200f.tar.bz2 historical-9aedb0fc94a55a27a76b7ce414da1bbc9166200f.zip |
old
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-emulation/raine/files')
-rw-r--r-- | games-emulation/raine/files/raine-0.51.8-ldflags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/raine/files/raine-0.51.8-ldflags.patch b/games-emulation/raine/files/raine-0.51.8-ldflags.patch deleted file mode 100644 index f011cd6a1e5c..000000000000 --- a/games-emulation/raine/files/raine-0.51.8-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 |