aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libyahoo2/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-19 02:31:02 +0800
committerkrion <krion@FreeBSD.org>2004-08-19 02:31:02 +0800
commit08724e1a275a36e5f65b89a1d349749729b9a8df (patch)
treefe3c0bf91528d977694cb81b3e78649087484a8c /net-im/libyahoo2/files
parentfba3686658d396b8b4c26af63faccbc857588085 (diff)
downloadfreebsd-ports-gnome-08724e1a275a36e5f65b89a1d349749729b9a8df.tar.gz
freebsd-ports-gnome-08724e1a275a36e5f65b89a1d349749729b9a8df.tar.zst
freebsd-ports-gnome-08724e1a275a36e5f65b89a1d349749729b9a8df.zip
Update to version 0.7.5
PR: ports/70633 Submitted by: Ports Fury
Diffstat (limited to 'net-im/libyahoo2/files')
-rw-r--r--net-im/libyahoo2/files/patch-ltmain.sh33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-im/libyahoo2/files/patch-ltmain.sh b/net-im/libyahoo2/files/patch-ltmain.sh
deleted file mode 100644
index 71d1d3044562..000000000000
--- a/net-im/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"