87abfaa4d0
- Fix WANTLIB marker for gnome flavor - Bump PKGNAME From Bernd Ahlers <lists-openbsd@ba-net.org> ok aanriot@
21 lines
777 B
Plaintext
21 lines
777 B
Plaintext
$OpenBSD: patch-configure,v 1.9 2005/07/17 07:50:32 alek Exp $
|
|
--- configure.orig Wed Aug 18 17:36:58 2004
|
|
+++ configure Wed Jul 13 00:02:04 2005
|
|
@@ -7998,7 +7998,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
|
|
@@ -25102,6 +25102,7 @@ fi
|
|
|
|
db2man_file=
|
|
for file in \
|
|
+ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \
|
|
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl \
|
|
/usr/share/sgml/docbook/xsl-stylesheets-\*/manpages/docbook.xsl; do
|
|
if test -f $file; then db2man_file=$file; break; fi
|