From 5f5f82bbb166cd475ee922a00a067d1ccda75568 Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 25 Mar 2009 13:52:05 +0000 Subject: Mark MAKE_JOBS_SAFE for SMP compilation --- net-p2p/kmldonkey/Makefile | 1 + net-p2p/mldonkey/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'net-p2p') diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index 18383f600f7d..56e62fe1bf2c 100644 --- a/net-p2p/kmldonkey/Makefile +++ b/net-p2p/kmldonkey/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --program-transform-name='' USE_LDCONFIG= yes INSTALLS_ICONS= yes +MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index f1a605e5c888..3d36b5e287af 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV+= OCAMLRUNPARAM="l=256M" +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+=\ --enable-ocamlver=3 \ -- cgit