openbsd-ports/graphics/ImageMagick/patches/patch-ltconfig

19 lines
522 B
Plaintext
Raw Normal View History

2002-09-14 23:52:04 -04:00
$OpenBSD: patch-ltconfig,v 1.5 2002/09/15 03:52:04 brad Exp $
2001-02-05 10:58:08 -05:00
--- ltconfig.orig Sun Dec 10 19:02:22 2000
2002-09-14 23:52:04 -04:00
+++ ltconfig Sat Sep 14 23:34:44 2002
@@ -1126,13 +1126,10 @@ netbsd*)
2001-02-05 10:58:08 -05:00
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
+ deplibs_check_method='pass_all'
;;
os2*)