openbsd-ports/devel/libtool/patches/patch-configure
steven 131f19e432 update to libtool 1.5.26
from brad@ (maintainer)
ports build testing by naddy, ajacoutot, and me
2008-04-11 18:55:43 +00:00

18 lines
483 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2008/04/11 18:55:43 steven Exp $
--- configure.orig Fri Feb 1 11:38:42 2008
+++ configure Sat Feb 2 18:45:38 2008
@@ -9574,6 +9574,13 @@ BEGIN {RS=" "; FS="/|\n";} {
else
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
fi
+tmp="$sys_lib_search_path_spec"
+sys_lib_search_path_spec=""
+for i in $tmp
+do
+ test -d $i && sys_lib_search_path_spec="$sys_lib_search_path_spec $i"
+done
+
need_lib_prefix=unknown
hardcode_into_libs=no