ports/devel/pax-utils/patches/patch-lddtree_sh

15 lines
392 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Allow lddtree to find Xenocara libraries.
Index: lddtree.sh
--- lddtree.sh.orig
+++ lddtree.sh
@@ -45,7 +45,7 @@ elf_specs() {
sed -E 's: (LINUX|GNU)$: NONE:'
}
-lib_paths_fallback="${ROOT}lib* ${ROOT}usr/lib* ${ROOT}usr/local/lib*"
+lib_paths_fallback="${ROOT}lib* ${ROOT}usr/lib* ${ROOT}usr/local/lib* ${ROOT}usr/X11R6/lib*"
c_ldso_paths_loaded='false'
find_elf() {
_find_elf=''