summaryrefslogtreecommitdiff
path: root/sys-libs/ncurses/files/ncurses-6.0-pkg-config.patch
blob: 6808319b9533fcca56f48afed3cbbd7a782bd2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
disable the $PATH search for the PKG_CONFIG tool.  it isn't needed and just
gets in the way when setting to a value that might not yet exist.

--- ncurses-6.0/configure
+++ ncurses-6.0/configure
@@ -3533,7 +3533,7 @@
 esac
 
 test -z "$PKG_CONFIG" && PKG_CONFIG=none
-if test "$PKG_CONFIG" != none ; then
+if false ; then
 
 if test "x$prefix" != xNONE; then
 	cf_path_syntax="$prefix"