Created attachment 307485 [details] patch to add target-arch flag to configure script call This package fails to cross-compile due to a missing configure flag that specifies the target architecture, as such, it attempts to build for the host architecture. If this is different to the target architecture, the build may fail. I have fixed this by adding the target architecture flag to the configure script, a patch for which is attached.
The same problem also exists in virtualbox-guest-additions, same fix works.
should be all set now in the tree; thanks for the report! Commit message: Add --target for cross-compiling http://sources.gentoo.org/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?r1=1.1&r2=1.2
should be all set now in the tree; thanks for the report! Commit message: Add --target for cross-compiling http://sources.gentoo.org/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.26.ebuild?r1=1.1&r2=1.2