diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 06:16:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 06:16:16 +0000 |
commit | 257b51868831cfbd2171e5d0bc6ccbabc057c274 (patch) | |
tree | 52e514a07cd0171224a8d69a07e15cf887e121e3 /mail/evolution/files/patch-ltmain.sh | |
parent | Update eggdrop to v1.6.15 (diff) |
Update to 1.4.0. Note, this is now a GNOME 2 application.
Notes
Notes:
svn path=/head/; revision=82745
Diffstat (limited to 'mail/evolution/files/patch-ltmain.sh')
-rw-r--r-- | mail/evolution/files/patch-ltmain.sh | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/mail/evolution/files/patch-ltmain.sh b/mail/evolution/files/patch-ltmain.sh index 1c2fba5d533f..bb660972a6d1 100644 --- a/mail/evolution/files/patch-ltmain.sh +++ b/mail/evolution/files/patch-ltmain.sh @@ -1,6 +1,15 @@ ---- ltmain.sh.orig Fri Sep 13 15:38:11 2002 -+++ ltmain.sh Fri Oct 11 01:44:24 2002 -@@ -1073,8 +1073,16 @@ +--- ltmain.sh.orig Thu May 22 16:42:22 2003 ++++ ltmain.sh Tue May 27 12:12:52 2003 +@@ -1072,7 +1072,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd4*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1082,8 +1082,16 @@ continue ;; @@ -17,8 +26,8 @@ continue ;; -@@ -2502,6 +2510,9 @@ - *-*-openbsd*) +@@ -2498,6 +2506,9 @@ + *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) @@ -27,7 +36,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4286,10 +4297,12 @@ +@@ -4325,10 +4336,12 @@ fi # Install the pseudo-library for information purposes. |