summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-06-16 18:47:45 +0000
committerJeroen Roovers <jer@gentoo.org>2011-06-16 18:47:45 +0000
commit44633e9d5d1ef0f05e6d80c3e220a114d4a1334e (patch)
tree22a942e923be59b3a344ae77bc4a50e5bbd8d4b5 /app-editors/mp/files
parentVersion bump. Drop "correct" patch, add to config.{c,ld}flags /after/ config.... (diff)
downloadgentoo-2-44633e9d5d1ef0f05e6d80c3e220a114d4a1334e.tar.gz
gentoo-2-44633e9d5d1ef0f05e6d80c3e220a114d4a1334e.tar.bz2
gentoo-2-44633e9d5d1ef0f05e6d80c3e220a114d4a1334e.zip
Fix parallel make (bug #326987).
(Portage version: 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.patch11
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: