diff options
author | Ørjan Malde <red@foxi.me> | 2024-04-14 11:04:37 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-04-14 11:12:46 +0200 |
commit | eabff882e3b8c9c9a7e779566cb022aaf39f2b50 (patch) | |
tree | f4cbfd30414377e0a40331c8b08c0d754b5536cb /patches | |
parent | 1e24e8f46e8d60fa0194eab153364c4c764dfe87 (diff) | |
download | midipix_build-eabff882e3b8c9c9a7e779566cb022aaf39f2b50.tar.bz2 midipix_build-eabff882e3b8c9c9a7e779566cb022aaf39f2b50.tar.xz |
patches/ncdu-1.18_pre.local.patch: drop obsolete linking fix
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ncdu-1.18_pre.local.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/ncdu-1.18_pre.local.patch b/patches/ncdu-1.18_pre.local.patch deleted file mode 100644 index 6a9a0be3..00000000 --- a/patches/ncdu-1.18_pre.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru ncdu-1.18.orig/configure ncdu-1.18/configure ---- ncdu-1.18.orig/configure 2022-12-06 10:47:01.000000000 +0100 -+++ ncdu-1.18/configure 2022-12-23 16:05:20.100553280 +0100 -@@ -6464,7 +6464,7 @@ - ac_status=$? - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NCURSES_LIBS=`$PKG_CONFIG --libs "ncursesw" 2>/dev/null` -+ pkg_cv_NCURSES_LIBS=`$PKG_CONFIG --libs-only-l "ncursesw" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes - else - pkg_failed=yes |