Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378907 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-1 / +3 lines)
Lines 2433-2439 Link Here
2433
     compile_prog "$spice_cflags" "$spice_libs" ; then
2433
     compile_prog "$spice_cflags" "$spice_libs" ; then
2434
    spice="yes"
2434
    spice="yes"
2435
    libs_softmmu="$libs_softmmu $spice_libs"
2435
    libs_softmmu="$libs_softmmu $spice_libs"
2436
    QEMU_CFLAGS="$QEMU_CFLAGS $spice_cflags"
2436
    # HACK: add -I. to work around alsa adding /usr/include/alsa,
2437
    # which contains an error.h shadowing ours.
2438
    QEMU_CFLAGS="$QEMU_CFLAGS -I. $spice_cflags"
2437
  else
2439
  else
2438
    if test "$spice" = "yes" ; then
2440
    if test "$spice" = "yes" ; then
2439
      feature_not_found "spice"
2441
      feature_not_found "spice"

Return to bug 378907