summaryrefslogtreecommitdiff
path: root/net/libyahoo2/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:19:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:19:24 +0000
commita7c64082f90c15a55b62cb3d63585933a8173e67 (patch)
tree51ea7151dd6536ca8d1c1f74493449f23923e3a2 /net/libyahoo2/files
parenttemporarily fix locations of soon-to-be-repocopied i18n ports (diff)
add libyahoo2 0.6.3
A C library that handles the new Yahoo! Messenger protocol
Notes
Notes: svn path=/head/; revision=78385
Diffstat (limited to 'net/libyahoo2/files')
-rw-r--r--net/libyahoo2/files/patch-ltmain.sh41
1 files changed, 41 insertions, 0 deletions
diff --git a/net/libyahoo2/files/patch-ltmain.sh b/net/libyahoo2/files/patch-ltmain.sh
new file mode 100644
index 000000000000..0e3b5bb2ae00
--- /dev/null
+++ b/net/libyahoo2/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Sun Apr 6 12:12:51 2003
++++ ltmain.sh Sun Apr 6 12:14:51 2003
+@@ -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 @@
+ 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"