21 lines
629 B
Plaintext
21 lines
629 B
Plaintext
|
$OpenBSD: patch-configure,v 1.3 2004/06/23 03:26:12 marcm Exp $
|
||
|
--- configure.orig 2004-04-15 10:59:14.000000000 -0600
|
||
|
+++ configure 2004-06-21 11:56:19.000000000 -0600
|
||
|
@@ -8599,7 +8599,7 @@ nto-qnx*)
|
||
|
openbsd*)
|
||
|
version_type=sunos
|
||
|
need_lib_prefix=no
|
||
|
- need_version=yes
|
||
|
+ need_version=no
|
||
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
||
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||
|
shlibpath_var=LD_LIBRARY_PATH
|
||
|
@@ -21363,6 +21363,7 @@ fi
|
||
|
done
|
||
|
|
||
|
|
||
|
+LIBS="$LIBS $INTLLIBS"
|
||
|
for ac_func in ngettext
|
||
|
do
|
||
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|