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

Collapse All | Expand All

(-)src/mumble/mumble.pro (-1 lines)
Lines 42-48 Link Here
42
  ARCH=$$system(uname -m)
42
  ARCH=$$system(uname -m)
43
  X86ARCH=$$find(ARCH, i[3456]86) $$find(ARCH, x86_64)
43
  X86ARCH=$$find(ARCH, i[3456]86) $$find(ARCH, x86_64)
44
44
45
  HAVE_PULSEAUDIO=$$system(pkg-config --modversion --silence-errors libpulse)
46
  HAVE_PORTAUDIO=$$system(pkg-config --modversion --silence-errors portaudio-2.0)
45
  HAVE_PORTAUDIO=$$system(pkg-config --modversion --silence-errors portaudio-2.0)
47
46
48
  !isEmpty(HAVE_PORTAUDIO) {
47
  !isEmpty(HAVE_PORTAUDIO) {

Return to bug 206792