ncurses-6.0-pkg-config.patch 386 B

123456789101112131415
  1. disable the $PATH search for the PKG_CONFIG tool. it isn't needed and just
  2. gets in the way when setting to a value that might not yet exist.
  3. --- ncurses-6.0/configure
  4. +++ ncurses-6.0/configure
  5. @@ -3533,7 +3533,7 @@
  6. esac
  7. test -z "$PKG_CONFIG" && PKG_CONFIG=none
  8. -if test "$PKG_CONFIG" != none ; then
  9. +if false ; then
  10. if test "x$prefix" != xNONE; then
  11. cf_path_syntax="$prefix"