Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7377f1889d2a154e0d403fd00ff41d43 to your computer and use it in GitHub Desktop.
Save anonymous/7377f1889d2a154e0d403fd00ff41d43 to your computer and use it in GitHub Desktop.
Patch to add jack to cubicsdr-git AUR
8c8
< pkgver=r1316.e173eec
---
> pkgver=r1366.21a6d2b
30a31
> 'jack: JACK audio support'
61a63,71
> # determine jack
> if [[ -x /usr/bin/jackd ]]; then
> _jackd='-DUSE_AUDIO_JACK=1';
> msg2 "jackd found and enabled!"
> else
> _jackd='';
> msg2 "jackd not found"
> fi
>
65c75
< $_hamlib
---
> $_hamlib $_jackd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment