41f44cdb1c
Thanks to naddy@ for testing this with a full ports tree build.
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2006/01/07 09:58:39 brad Exp $
|
|
--- configure.orig Sun Dec 18 17:13:49 2005
|
|
+++ configure Thu Jan 5 18:11:30 2006
|
|
@@ -9282,6 +9282,13 @@ if test "$GCC" = yes; then
|
|
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
|
|
|