summaryrefslogtreecommitdiffhomepage
path: root/patches/ncurses-6.3.local.patch
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2022-12-27 10:23:16 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2022-12-27 10:23:16 +0100
commitaeb80b76a6200008ffb18bf147aa97eec330fde3 (patch)
tree9abeaaebaa2127c57bc8cb2db1c5803abec90dce /patches/ncurses-6.3.local.patch
parentde00f21a86d6c875e0a84dd96570daa65a9cda3e (diff)
downloadmidipix_build-aeb80b76a6200008ffb18bf147aa97eec330fde3.tar.bz2
midipix_build-aeb80b76a6200008ffb18bf147aa97eec330fde3.tar.xz
patches/ncurses-6.3.local.patch: don't prepend -L$libdir in ncurses*-config scripts.
Diffstat (limited to 'patches/ncurses-6.3.local.patch')
-rw-r--r--patches/ncurses-6.3.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/ncurses-6.3.local.patch b/patches/ncurses-6.3.local.patch
index eceea5c7..5dfd9b6a 100644
--- a/patches/ncurses-6.3.local.patch
+++ b/patches/ncurses-6.3.local.patch
@@ -118,3 +118,14 @@ diff -ru ncurses-6.3.orig/misc/run_tic.in ncurses-6.3/misc/run_tic.in
: ${source:=@TERMINFO_SRC@}
: ${LN_S:="@LN_S@"}
: ${cross_compiling:=no}
+--- ncurses-6.3/misc/ncurses-config.in.orig 2021-08-07 23:36:14.000000000 +0200
++++ ncurses-6.3/misc/ncurses-config.in 2022-12-27 10:22:34.532835499 +0100
+@@ -101,7 +101,7 @@
+ # There is no portable way to find the list of standard library directories.
+ # Require a POSIX shell anyway, to keep this simple.
+ lib_flags=
+-for opt in -L$libdir @EXTRA_PKG_LDFLAGS@ $LIBS
++for opt in @EXTRA_PKG_LDFLAGS@ $LIBS
+ do
+ case $opt in
+ -specs*) # ignore linker specs-files which were used to build library