diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2017-05-14 20:35:52 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2017-05-14 20:36:46 +0200 |
commit | da108e3c5e4fdd9d85e8097e4686d32ff637fdfd (patch) | |
tree | 37f6df40fc97d9030e55e150d484cf1791a79866 /media-radio/unixcw | |
parent | dev-perl/List-MoreUtils-XS: arm stable, bug #617292 (diff) | |
download | gentoo-da108e3c5e4fdd9d85e8097e4686d32ff637fdfd.tar.gz gentoo-da108e3c5e4fdd9d85e8097e4686d32ff637fdfd.tar.bz2 gentoo-da108e3c5e4fdd9d85e8097e4686d32ff637fdfd.zip |
media-radio/unixcw: Fix wrong usage of PKG_CHECK_MODULES in patch (bug #616752). Thks Toralf.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-radio/unixcw')
-rw-r--r-- | media-radio/unixcw/files/unixcw-3.5-tinfo.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-radio/unixcw/files/unixcw-3.5-tinfo.patch b/media-radio/unixcw/files/unixcw-3.5-tinfo.patch index 3473f752deb7..af85350e7ae3 100644 --- a/media-radio/unixcw/files/unixcw-3.5-tinfo.patch +++ b/media-radio/unixcw/files/unixcw-3.5-tinfo.patch @@ -1,5 +1,14 @@ --- configure.ac.old 2017-03-07 13:31:46.074580930 +0100 +++ configure.ac 2017-03-07 13:33:25.640924331 +0100 +@@ -347,7 +347,7 @@ + AC_DEFINE([LIBCW_WITH_PULSEAUDIO], [1], [Define as 1 if your build machine can support PulseAudio.]) + fi + +- ++PKG_PROG_PKG_CONFIG + + if test "$enable_cwcp" = "no" ; then + WITH_CWCP='no' @@ -355,6 +355,7 @@ AC_CHECK_LIB(curses, initscr) if test $ac_cv_lib_curses_initscr = 'yes' ; then |