From 45f9640fdd8458cdc6a67afb5ac64f59bbd570bc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 Aug 2005 01:16:17 +0000 Subject: Initial import. Ebuild submitted by Dick Marinus #88492. Package-Manager: portage-2.0.51.22-r2 --- games-puzzle/tod/files/digest-tod-0 | 1 + games-puzzle/tod/files/tod-0-makefile.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 games-puzzle/tod/files/digest-tod-0 create mode 100644 games-puzzle/tod/files/tod-0-makefile.patch (limited to 'games-puzzle/tod/files') diff --git a/games-puzzle/tod/files/digest-tod-0 b/games-puzzle/tod/files/digest-tod-0 new file mode 100644 index 000000000000..bfc02c539dd2 --- /dev/null +++ b/games-puzzle/tod/files/digest-tod-0 @@ -0,0 +1 @@ +MD5 228c9076cd6b350368f776644fe099e3 wintod.zip 115653 diff --git a/games-puzzle/tod/files/tod-0-makefile.patch b/games-puzzle/tod/files/tod-0-makefile.patch new file mode 100644 index 000000000000..cd17d1cce42b --- /dev/null +++ b/games-puzzle/tod/files/tod-0-makefile.patch @@ -0,0 +1,13 @@ +--- makefile ++++ 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-65-gdbad