--- apache.orig/apache-2.0.51-r1.ebuild 2004-10-03 23:06:07.000000000 +0200 +++ apache/pache-2.0.51-r1.ebuild 2004-10-03 23:06:34.000000000 +0200 @@ -133,7 +133,7 @@ if use threads; then einfo "Enabling threads support" - myconf="${myconf} --with-mpm=worker" + myconf="${myconf} --with-mpm=${MPM:=worker}" else myconf="${myconf} --with-mpm=${MPM:=prefork}" fi