diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-09-04 08:24:33 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-09-04 08:24:33 +0000 |
commit | 79e980608eef3ccd1b72e2c2e67935f8be627b2e (patch) | |
tree | eed1a3cd8f37f09da1ee723557c0f3b103b184ed /games-simulation/searchandrescue/files | |
parent | Fix building with GLIBC 2.10+ wrt #273274, thanks to Petr Behan. (diff) | |
download | gentoo-2-79e980608eef3ccd1b72e2c2e67935f8be627b2e.tar.gz gentoo-2-79e980608eef3ccd1b72e2c2e67935f8be627b2e.tar.bz2 gentoo-2-79e980608eef3ccd1b72e2c2e67935f8be627b2e.zip |
Enable parallel compilation
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation/searchandrescue/files')
-rw-r--r-- | games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch b/games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch new file mode 100644 index 000000000000..650aa0bedb99 --- /dev/null +++ b/games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch @@ -0,0 +1,9 @@ +--- Makefile.old 2009-09-04 10:13:22.000000000 +0200 ++++ Makefile 2009-09-04 10:16:43.000000000 +0200 +@@ -1,5 +1,5 @@ + ALL_SRC_DIRS=sar + all install clean: + @for subdir in $(ALL_SRC_DIRS); do \ +- make -s -C $$subdir -f Makefile $@; \ ++ $(MAKE) -s -C $$subdir -f Makefile $@; \ + done |