diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:31:02 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:31:02 +0000 |
| commit | 6913dca7462ae532cc4adf387a399a53b72e4323 (patch) | |
| tree | 2f7e73d0d0bae5b16705aa3db95238e96dc6668d /net/libyahoo2/files/patch-ltmain.sh | |
| parent | Rearrange USE_GNOME (diff) | |
Update to version 0.7.5
PR: ports/70633
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=116621
Diffstat (limited to 'net/libyahoo2/files/patch-ltmain.sh')
| -rw-r--r-- | net/libyahoo2/files/patch-ltmain.sh | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net/libyahoo2/files/patch-ltmain.sh b/net/libyahoo2/files/patch-ltmain.sh deleted file mode 100644 index 71d1d3044562..000000000000 --- a/net/libyahoo2/files/patch-ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ ---- 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 - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && 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 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
