sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch
author gabriel
Fri, 19 Feb 2021 15:17:08 +0000
changeset 24 34adec9fb305
parent 22 9803496ddf72
permissions -rw-r--r--
...and manifest
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     1
disable the $PATH search for the PKG_CONFIG tool.  it isn't needed and just
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     2
gets in the way when setting to a value that might not yet exist.
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     3
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     4
--- ncurses-6.0/configure
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     5
+++ ncurses-6.0/configure
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     6
@@ -3533,7 +3533,7 @@
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     7
 esac
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     8
 
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     9
 test -z "$PKG_CONFIG" && PKG_CONFIG=none
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    10
-if test "$PKG_CONFIG" != none ; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    11
+if false ; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    12
 
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    13
 if test "x$prefix" != xNONE; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    14
 	cf_path_syntax="$prefix"