diff options
author | 2023-06-29 07:17:06 +0100 | |
---|---|---|
committer | 2023-06-29 07:17:19 +0100 | |
commit | 2408c8e68f952905d669f61aa9b71770098b69e6 (patch) | |
tree | 197702ec5b9f638e05a679c1188179dac5f6dc6f /sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch | |
parent | sys-libs/ncurses: drop 6.3_p20221203-r2 (diff) | |
download | gentoo-2408c8e68f952905d669f61aa9b71770098b69e6.tar.gz gentoo-2408c8e68f952905d669f61aa9b71770098b69e6.tar.bz2 gentoo-2408c8e68f952905d669f61aa9b71770098b69e6.zip |
sys-libs/ncurses-compat: drop 6.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch')
-rw-r--r-- | sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch b/sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch deleted file mode 100644 index 6808319b9533..000000000000 --- a/sys-libs/ncurses-compat/files/ncurses-6.0-pkg-config.patch +++ /dev/null @@ -1,14 +0,0 @@ -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" |