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 | 090fddc82d2dd30764230d351efb48d5b946b926 (patch) | |
tree | 72ebbf710e271f5edb7b0307825aab51dc51d519 /games-simulation/searchandrescue/files | |
parent | Fix building with GLIBC 2.10+ wrt #273274, thanks to Petr Behan. (diff) | |
download | historical-090fddc82d2dd30764230d351efb48d5b946b926.tar.gz historical-090fddc82d2dd30764230d351efb48d5b946b926.tar.bz2 historical-090fddc82d2dd30764230d351efb48d5b946b926.zip |
Enable parallel compilation
Package-Manager: portage-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 |