summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.2-parallel-build.patch')
-rw-r--r--games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.2-parallel-build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.2-parallel-build.patch b/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.2-parallel-build.patch
deleted file mode 100644
index 8e3a565c7d36..000000000000
--- a/games-arcade/rocksndiamonds/files/rocksndiamonds-3.2.2-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)