From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- .../moleinvasion/files/moleinvasion-0.4-opengl.patch | 18 ------------------ .../files/moleinvasion-0.4-underlink.patch | 11 ----------- 2 files changed, 29 deletions(-) delete mode 100644 games-arcade/moleinvasion/files/moleinvasion-0.4-opengl.patch delete mode 100644 games-arcade/moleinvasion/files/moleinvasion-0.4-underlink.patch (limited to 'games-arcade/moleinvasion/files') diff --git a/games-arcade/moleinvasion/files/moleinvasion-0.4-opengl.patch b/games-arcade/moleinvasion/files/moleinvasion-0.4-opengl.patch deleted file mode 100644 index 357f1bc2b466..000000000000 --- a/games-arcade/moleinvasion/files/moleinvasion-0.4-opengl.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- src/MoleInvasion.c -+++ src/MoleInvasion.c -@@ -159,6 +159,7 @@ - else - printf("Video mode set to %ux%u at %u bpp\n",800, 600, bpp); - -+ if(g_opengl) { - /* pour opengl */ - glEnable (GL_TEXTURE_2D); - glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); -@@ -169,6 +170,7 @@ - glEnable( GL_BLEND ); - glMatrixMode(GL_PROJECTION); - /* fin opengl */ -+ } - - /* titre */ - SDL_WM_SetCaption ("Mole Invasion", NULL); diff --git a/games-arcade/moleinvasion/files/moleinvasion-0.4-underlink.patch b/games-arcade/moleinvasion/files/moleinvasion-0.4-underlink.patch deleted file mode 100644 index 7ee61f91e378..000000000000 --- a/games-arcade/moleinvasion/files/moleinvasion-0.4-underlink.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.old 2011-06-14 22:12:00.920386798 +0200 -+++ b/Makefile 2011-06-14 22:12:22.118716548 +0200 -@@ -11,7 +11,7 @@ - EDTOB = editor - EDWOB = editworld - --LINLIBS=$(LDLIBS) -lGL -+LINLIBS=$(LDLIBS) -lGL -ldl - LINEXE = ../lin/moleinvasion - LINEDT = ../lin/editor - LINEDW = ../lin/editworld -- cgit v1.2.3