diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-19 01:16:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-19 01:16:17 +0000 |
commit | 26b3219b00ff79bd06d50b8f80709bb9107ad93f (patch) | |
tree | aa0161c13110d1df6b4675a9129fd75783e55dc4 /games-puzzle/tod/files | |
parent | Fixed multilib-strict issue, bug 102562. (diff) | |
download | gentoo-2-26b3219b00ff79bd06d50b8f80709bb9107ad93f.tar.gz gentoo-2-26b3219b00ff79bd06d50b8f80709bb9107ad93f.tar.bz2 gentoo-2-26b3219b00ff79bd06d50b8f80709bb9107ad93f.zip |
Initial import. Ebuild submitted by Dick Marinus #88492.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-puzzle/tod/files')
-rw-r--r-- | games-puzzle/tod/files/digest-tod-0 | 1 | ||||
-rw-r--r-- | games-puzzle/tod/files/tod-0-makefile.patch | 13 |
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
+
+
|