diff options
Diffstat (limited to 'net-im/libyahoo2/files')
-rw-r--r-- | net-im/libyahoo2/files/patch-ltmain.sh | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net-im/libyahoo2/files/patch-ltmain.sh b/net-im/libyahoo2/files/patch-ltmain.sh index 0e3b5bb2ae00..71d1d3044562 100644 --- a/net-im/libyahoo2/files/patch-ltmain.sh +++ b/net-im/libyahoo2/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Sun Apr 6 12:12:51 2003 -+++ ltmain.sh Sun Apr 6 12:14:51 2003 -@@ -1043,14 +1043,14 @@ +--- ltmain.sh.orig Tue Jan 28 03:11:49 2003 ++++ ltmain.sh Tue May 13 06:46:55 2003 +@@ -1043,7 +1043,7 @@ # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; @@ -9,14 +9,6 @@ # 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. |