diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-17 15:21:09 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-17 15:21:09 +0000 |
| commit | a32c97b070ef8cd3e133d5ce6ad2724b25ee0808 (patch) | |
| tree | 5c965ae98d3ca817d0dcafebbf1dcccd709de0a8 /devel/autogen/files/patch-config:ltmain.sh | |
| parent | Fix on -stable. (diff) | |
upgrade to 5.5.2
Notes
Notes:
svn path=/head/; revision=75705
Diffstat (limited to 'devel/autogen/files/patch-config:ltmain.sh')
| -rw-r--r-- | devel/autogen/files/patch-config:ltmain.sh | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/devel/autogen/files/patch-config:ltmain.sh b/devel/autogen/files/patch-config:ltmain.sh index 20cf7b91cc7a..41381c29b3ae 100644 --- a/devel/autogen/files/patch-config:ltmain.sh +++ b/devel/autogen/files/patch-config:ltmain.sh @@ -1,32 +1,6 @@ ---- config/ltmain.sh.orig Fri Feb 22 03:19:44 2002 -+++ config/ltmain.sh Tue Apr 2 02:40:21 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ +--- config/ltmain.sh.orig Mon Feb 17 22:59:26 2003 ++++ config/ltmain.sh Mon Feb 17 23:00:06 2003 +@@ -4280,10 +4280,12 @@ fi # Install the pseudo-library for information purposes. |
