diff options
author | 2011-06-16 18:47:45 +0000 | |
---|---|---|
committer | 2011-06-16 18:47:45 +0000 | |
commit | ecd219820f30556517d84a7f7f9f61b5cf774f1a (patch) | |
tree | 8ddb4d9aa56607efc070e30d6156628dd31a9c0e /app-editors/mp/files | |
parent | Version bump. Drop "correct" patch, add to config.{c,ld}flags /after/ config.... (diff) | |
download | historical-ecd219820f30556517d84a7f7f9f61b5cf774f1a.tar.gz historical-ecd219820f30556517d84a7f7f9f61b5cf774f1a.tar.bz2 historical-ecd219820f30556517d84a7f7f9f61b5cf774f1a.zip |
Fix parallel make (bug #326987).
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'app-editors/mp/files')
-rw-r--r-- | app-editors/mp/files/mp-5.2.0-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/mp/files/mp-5.2.0-make.patch b/app-editors/mp/files/mp-5.2.0-make.patch new file mode 100644 index 000000000000..af51bc303384 --- /dev/null +++ b/app-editors/mp/files/mp-5.2.0-make.patch @@ -0,0 +1,11 @@ +--- a/makefile.in ++++ b/makefile.in +@@ -29,7 +29,7 @@ + $(MPDM)/libmpdm.a: + $(MAKE) -C $(MPDM) + +-$(MPSL)/libmpsl.a: ++$(MPSL)/libmpsl.a: $(MPDM)/libmpdm.a + $(MAKE) -C $(MPSL) + + dep: |