diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-04 04:20:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-04 04:20:24 +0000 |
commit | ab5d53703ced72fb06b99db86b9bc1922ac2fc4e (patch) | |
tree | ad23ae9b0642eb63749a8aa52f5aa813091d612f /games-action/dungeon/files | |
parent | Add sanity checks to keep from breaking the host system. (diff) | |
download | gentoo-2-ab5d53703ced72fb06b99db86b9bc1922ac2fc4e.tar.gz gentoo-2-ab5d53703ced72fb06b99db86b9bc1922ac2fc4e.tar.bz2 gentoo-2-ab5d53703ced72fb06b99db86b9bc1922ac2fc4e.zip |
fix parallel build (bug #82536)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action/dungeon/files')
-rw-r--r-- | games-action/dungeon/files/dungeon-3.2.3-makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-action/dungeon/files/dungeon-3.2.3-makefile.patch b/games-action/dungeon/files/dungeon-3.2.3-makefile.patch new file mode 100644 index 000000000000..b73bb4323451 --- /dev/null +++ b/games-action/dungeon/files/dungeon-3.2.3-makefile.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2005-03-03 11:12:07.000000000 -0500 ++++ Makefile 2005-03-03 11:50:42.000000000 -0500 +@@ -12,9 +12,8 @@ + + FC = f2c + FFLAGS = -A -C -Nn802 -NL400 #-c +-CFLAGS = -O + +-.f.c: ++%.c: %.f + $(FC) $(FFLAGS) $< + + all: dungeon textcnv bin2txt |