You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/portaudio/files/portaudio-19.06.00-AR.patch

15 lines
349 B

Accept relative paths to AR as well.
https://bugs.gentoo.org/720966
--- a/configure.in
+++ b/configure.in
@@ -105,7 +105,7 @@ AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_PATH_PROG(AR, ar, no)
+AC_CHECK_PROG(AR, ar, no)
if [[ $AR = "no" ]] ; then
AC_MSG_ERROR("Could not find ar - needed to create a library")
fi