49da90bad1
Standard stuff, bug fixes and such.
26 lines
996 B
Plaintext
26 lines
996 B
Plaintext
$OpenBSD: patch-configure,v 1.8 2004/10/26 03:52:02 marcm Exp $
|
|
--- configure.orig Fri Oct 8 12:09:42 2004
|
|
+++ configure Mon Oct 11 18:02:40 2004
|
|
@@ -8062,7 +8062,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
|
|
@@ -26535,12 +26535,6 @@ echo "$as_me: error: Xft Pango backend f
|
|
else
|
|
{ { echo "$as_me:$LINENO: error: Pango 1.2.0 and Xft backend is required for x11 target" >&5
|
|
echo "$as_me: error: Pango 1.2.0 and Xft backend is required for x11 target" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
- fi
|
|
-
|
|
- if $PKG_CONFIG --exists xft ; then : ; else
|
|
- { { echo "$as_me:$LINENO: error: Xft version 2 is required for x11 target" >&5
|
|
-echo "$as_me: error: Xft version 2 is required for x11 target" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|