diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 14:17:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 14:17:19 +0000 |
commit | 7c3e94491b705ab22c6324e105776a98f68cf65c (patch) | |
tree | 7b9cb4b02f9bc3142799d5948d24b7c18c49ebf4 /mail/evolution/files/patch-ltmain.sh | |
parent | - Remove WWW: line from pkg-descr to avoid fenner's survey (the homepage (diff) |
Don't compile/install useless statically linked version of shared object.
Notes
Notes:
svn path=/head/; revision=53562
Diffstat (limited to 'mail/evolution/files/patch-ltmain.sh')
-rw-r--r-- | mail/evolution/files/patch-ltmain.sh | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/mail/evolution/files/patch-ltmain.sh b/mail/evolution/files/patch-ltmain.sh index 98cb05e4ddb3..91c341790451 100644 --- a/mail/evolution/files/patch-ltmain.sh +++ b/mail/evolution/files/patch-ltmain.sh @@ -1,19 +1,27 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. |