logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

portaudio-19.06.00-AR.patch (349B)


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