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

(-)mumble-1.1.3.orig/src/mumble/mumble.pro (-2 lines)
Lines 42-49 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)
47
45
48
  !isEmpty(HAVE_PORTAUDIO) {
46
  !isEmpty(HAVE_PORTAUDIO) {
49
    CONFIG += portaudio
47
    CONFIG += portaudio

Return to bug 206792