From 9abe39ba0a53f3ede8c174a9199aedd0b97a0e0c Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 6 Oct 2001 18:39:03 +0000 Subject: [PATCH] Build correct shared libraries on ELF platforms. XXX none of the libtool patches we have in-tree can be reused here --- graphics/kuickshow/patches/patch-admin_ltconfig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/graphics/kuickshow/patches/patch-admin_ltconfig b/graphics/kuickshow/patches/patch-admin_ltconfig index 1ffa62437ab..acb40f39202 100644 --- a/graphics/kuickshow/patches/patch-admin_ltconfig +++ b/graphics/kuickshow/patches/patch-admin_ltconfig @@ -1,6 +1,15 @@ ---- admin/ltconfig.orig Tue Jun 26 14:02:58 2001 -+++ admin/ltconfig Tue Jun 26 14:03:47 2001 -@@ -1140,6 +1140,8 @@ +--- admin/ltconfig.orig Sat Apr 14 20:07:54 2001 ++++ admin/ltconfig Sat Oct 6 12:08:59 2001 +@@ -1131,15 +1131,13 @@ netbsd*) + + openbsd*) + version_type=sunos +- if test "$with_gnu_ld" = yes; then +- need_lib_prefix=no +- need_version=no +- fi + library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH # OpenBSD 2.7 the overriding is needed for fast-install shlibpath_overrides_runpath=yes