diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-21 15:38:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-21 15:38:57 +0000 |
commit | 9d993c1aaf0b5de5e1c578a5f786ac1399662b56 (patch) | |
tree | ff4d5eb95aa9901dce2540475733b89bba2bac79 /games-arcade/rocksndiamonds/files | |
parent | old (diff) | |
download | historical-9d993c1aaf0b5de5e1c578a5f786ac1399662b56.tar.gz historical-9d993c1aaf0b5de5e1c578a5f786ac1399662b56.tar.bz2 historical-9d993c1aaf0b5de5e1c578a5f786ac1399662b56.zip |
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-arcade/rocksndiamonds/files')
-rw-r--r-- | games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.3-parallel-build.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.3-parallel-build.patch b/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.3-parallel-build.patch deleted file mode 100644 index 8e3a565c7d36..000000000000 --- a/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.3-parallel-build.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/126080 - ---- src/Makefile -+++ src/Makefile -@@ -220,7 +220,7 @@ - # build targets - # ----------------------------------------------------------------------------- - --all: libgame_dir game_em_dir $(PROGNAME) -+all: $(PROGNAME) - - $(PROGNAME): $(RNDLIBS) $(TIMESTAMP_FILE) $(OBJS) $(ICON) - $(CC) $(PROFILING) $(OBJS) $(ICON) $(RNDLIBS) $(LDFLAGS) -o $(PROGNAME) |