131f19e432
from brad@ (maintainer) ports build testing by naddy, ajacoutot, and me
18 lines
483 B
Plaintext
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
|
|
|