mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user