I tried to port the apache-tools to the prefixed portage. So far for me it works. use flags for testing: ssl objective: `emerge mapserver` test system: x86-macos
Created attachment 133363 [details, diff] Patch to the apache-tools ebuild to make it work in a prefixed portage
Created attachment 134907 [details, diff] Updated patch to the apache-tools ebuild to make it work in a prefixed portage
Added to the tree, thanks. A few remarks on your patch: - try to quote ${EPREFIX} - reference EPREFIX as ${EPREFIX}, not $EPREFIX - keep in mind that the world isn't Linux vs. MacOSX, so every conditional based on a platform is a potential cause of trouble on other platforms, especially if you muck with linker flags.