--- qemu-kvm/qemu-kvm-0.15.0.ebuild 2011-08-14 16:01:03.000000000 +0200 +++ qemu-kvm/qemu-kvm-0.15.0.ebuild 2011-08-20 17:40:24.433504725 +0200 @@ -181,6 +181,9 @@ conf_opts="${conf_opts} --disable-linux-user" fi + # Prefer ./error.h over /usr/include/alsa/error.h, #379871 + conf_opts="${conf_opts} --extra-cflags=-I." + # Fix QA issues. QEMU needs executable heaps and we need to mark it as such conf_opts="${conf_opts} --extra-ldflags=-Wl,-z,execheap"