summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-19 01:16:17 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-19 01:16:17 +0000
commit45f9640fdd8458cdc6a67afb5ac64f59bbd570bc (patch)
tree456115230563354d82d2ee4a150de6a1c11b7262 /games-puzzle/tod/files
parentFixed multilib-strict issue, bug 102562. (diff)
downloadhistorical-45f9640fdd8458cdc6a67afb5ac64f59bbd570bc.tar.gz
historical-45f9640fdd8458cdc6a67afb5ac64f59bbd570bc.tar.bz2
historical-45f9640fdd8458cdc6a67afb5ac64f59bbd570bc.zip
Initial import. Ebuild submitted by Dick Marinus #88492.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-puzzle/tod/files')
-rw-r--r--games-puzzle/tod/files/digest-tod-01
-rw-r--r--games-puzzle/tod/files/tod-0-makefile.patch13
2 files changed, 14 insertions, 0 deletions
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
+
+