diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:50:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:50:46 +0200 |
commit | c406c020a2bf41eaabab35acc42864ce2679c279 (patch) | |
tree | e835e6778ff13fad69cf7a03cb75d44f1f53fa3b /games-emulation/raine/files | |
parent | games-fps/aaquake2: Remove last-rited pkg (diff) | |
download | gentoo-c406c020a2bf41eaabab35acc42864ce2679c279.tar.gz gentoo-c406c020a2bf41eaabab35acc42864ce2679c279.tar.bz2 gentoo-c406c020a2bf41eaabab35acc42864ce2679c279.zip |
games-emulation/raine: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654336
Diffstat (limited to 'games-emulation/raine/files')
3 files changed, 0 insertions, 35 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 diff --git a/games-emulation/raine/files/raine-0.51.9-libpng15.patch b/games-emulation/raine/files/raine-0.51.9-libpng15.patch deleted file mode 100644 index 675df24801dc..000000000000 --- a/games-emulation/raine/files/raine-0.51.9-libpng15.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/388255 - ---- source/savepng.c -+++ source/savepng.c -@@ -203,7 +203,7 @@ - goto Error; - - /* Set error handling. */ -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - /* If we get here, we had a problem reading the file. */ - goto Error; - } diff --git a/games-emulation/raine/files/raine-0.51.9-underlink.patch b/games-emulation/raine/files/raine-0.51.9-underlink.patch deleted file mode 100644 index e9eb42bedbb3..000000000000 --- a/games-emulation/raine/files/raine-0.51.9-underlink.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- makefile.old 2011-06-16 08:25:35.000000000 +0200 -+++ makefile 2011-06-16 08:25:57.000000000 +0200 -@@ -294,7 +294,7 @@ - LIBS_DEBUG = -lz `allegro-config --libs ` `libpng-config --ldflags` - LIBS_STATIC = -lz `allegro-config --static` `libpng-config --static --ldflags` - else -- LIBS = -lz `libpng-config --ldflags` -+ LIBS = -lz -lm `libpng-config --ldflags` - LIBS_DEBUG = -lz `libpng-config --ldflags` - LIBS_STATIC = -lz `libpng-config --static --ldflags` - endif |