diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-06 03:08:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-06 03:08:10 +0000 |
commit | 23625b2e4b75bbcb84f9b2e01b1719510e013ed2 (patch) | |
tree | 4df79b09da9d9191cf7e24fcb2bbd24a83446947 /games-action/powermanga/files | |
parent | old (diff) | |
download | historical-23625b2e4b75bbcb84f9b2e01b1719510e013ed2.tar.gz historical-23625b2e4b75bbcb84f9b2e01b1719510e013ed2.tar.bz2 historical-23625b2e4b75bbcb84f9b2e01b1719510e013ed2.zip |
old
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'games-action/powermanga/files')
-rw-r--r-- | games-action/powermanga/files/powermanga-0.90-segfault.patch | 22 | ||||
-rw-r--r-- | games-action/powermanga/files/powermanga-0.90-underlink.patch | 28 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-action/powermanga/files/powermanga-0.90-segfault.patch b/games-action/powermanga/files/powermanga-0.90-segfault.patch deleted file mode 100644 index 58c47ed59571..000000000000 --- a/games-action/powermanga/files/powermanga-0.90-segfault.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=422915 - ---- tmp/powermanga-0.90.orig/src/shots.c -+++ powermanga-0.90-dfsg/src/shots.c -@@ -447,8 +447,6 @@ - { - bullet->img_angle = (Sint16) (bullet->angle / PI_SUR_16); - } -- /* save current angle for the calculation of the next angle */ -- bullet->img_old_angle = bullet->img_angle; - /* avoid negative indexes */ - bullet->img_angle = (Sint16) abs (bullet->img_angle); - /* avoid a shot angle higher than the number of images */ -@@ -456,6 +454,8 @@ - { - bullet->img_angle = (Sint16) (bullet->spr.numof_images - 1); - } -+ /* save current angle for the calculation of the next angle */ -+ bullet->img_old_angle = bullet->img_angle; - /* draw the shot sprite */ - draw_sprite (bullet->spr. - img[bullet->img_angle], diff --git a/games-action/powermanga/files/powermanga-0.90-underlink.patch b/games-action/powermanga/files/powermanga-0.90-underlink.patch deleted file mode 100644 index f335430cc633..000000000000 --- a/games-action/powermanga/files/powermanga-0.90-underlink.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.ac.old -+++ configure.ac -@@ -31,14 +31,11 @@ - - - dnl Check for SDL_mixer --LDFLAGS_save="${LDFLAGS} ${SDL_LIBS}" --LDFLAGS="${LDFLAGS} ${SDL_LIBS}" - AC_CHECK_LIB(SDL_mixer, Mix_GetChunk, [ - SDL_LIBS="-lSDL_mixer ${SDL_LIBS}" - ],[ - AC_MSG_ERROR(Could not find -lSDL_mixer) - ]) --LDFLAGS_="${LDFLAGS_save}" - - dnl ttf and sdl_image for shareware version only - dnl AC_CHECK_LIB(SDL_ttf,TTF_Init,,[AC_MSG_ERROR([SDL_ttf])]) ---- src/Makefile.am.old -+++ src/Makefile.am -@@ -7,7 +7,7 @@ - powermanga_SOURCES = $(SOURCES_MAIN) $(SOURCES_EXTRA) - #powermanga_CXXFLAGS = -DPREFIX=\"$(prefix)\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@ - powermanga_CFLAGS = -DPREFIX=\"$(prefix)\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@ --powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -+powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -lm - - install-data-hook: - -chown root:games "$(DESTDIR)/$(gamesdir)/powermanga" |