summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* By default copy the entire source directory when building multilibSteven J Newbury2009-04-143-6/+2
| | | | | | | packages, this changes the default from using a VPATH style external object dir. The old behaviour is now available by setting the MULTILIB_EXT_SOURCE_BUILD env var, as opposed to enabling the now default behaviour with MULTILIB_IN_SOURCE_BUILD.
* If a hard-link is updated rather than replaced the link isn't broken.Steven J Newbury2009-04-073-2/+4
| | | | | | | sci-libs/djbfft writes into the existing conf-cc; so it ends up updating the conf-cc in both build trees causing the lib32 version to be built with -m64. Simple solution: "rm -f" the conf files before writing out the new configuration.
* Fix sci-libs/djbfft: CFLAGS are stored in a file in the source tree,Steven J Newbury2009-04-073-13/+16
| | | | | | it needs to be written for each ABI so move generation of files to src_prepare from pkg_setup. Also ensure -m32, and -m64 are not filtered.
* Add support libraries for media-libs/xine-lib, not all are tested yet...Steven J Newbury2009-04-078-0/+445