aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libyahoo2/files
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-05-19 08:20:42 +0800
committerpetef <petef@FreeBSD.org>2003-05-19 08:20:42 +0800
commitf3272948f9971b1fcefb07634caf46de2ab0ea30 (patch)
treed3b8dd51040777608819aa176a8963574b6b2bea /net-im/libyahoo2/files
parentd0f6863181f92caf90ccb098abde01da3fae06b4 (diff)
downloadfreebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.tar.gz
freebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.tar.zst
freebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.zip
- use pkg-config and install .pc file to the correct spot
- sort pkg-plist correctly - bump PORTREVISION PR: 52139 Submitted by: Ports Fury
Diffstat (limited to 'net-im/libyahoo2/files')
-rw-r--r--net-im/libyahoo2/files/patch-ltmain.sh14
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.