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 --- games-puzzle/tod/files/tod-0-makefile.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 games-puzzle/tod/files/tod-0-makefile.patch (limited to 'games-puzzle/tod/files') diff --git a/games-puzzle/tod/files/tod-0-makefile.patch b/games-puzzle/tod/files/tod-0-makefile.patch deleted file mode 100644 index 9783fab0c4bc..000000000000 --- a/games-puzzle/tod/files/tod-0-makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/makefile -+++ b/makefile -@@ -1,8 +1,7 @@ - OBJ = hiscore rec scrctl tetanus crc allegdlg hgrcos - HEADS = tod.h allegdlg.h crc.h hgrcos.h hiscore.h --LIBS = -lalleg --CFLAGS = -Wall -march=i486 -mcpu=i686 -O3 -ffast-math --LDFLAGS = -mwindows -+LIBS = `allegro-config --libs` -+CFLAGS += `allegro-config --cflags` - CC = gcc - - -- cgit v1.2.3