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