aboutsummaryrefslogtreecommitdiffstats
path: root/devel/log4cpp/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-03 02:39:12 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-03 02:39:12 +0800
commit02111f85d2f6d626ab99a5a8bf8f30fa9e7489cc (patch)
tree0b685e70a46ec7ee71b49e47d28bfd2a59cd6371 /devel/log4cpp/files
parentb4cb58436186e666c03e21b7548059e7964a1e19 (diff)
downloadfreebsd-ports-gnome-02111f85d2f6d626ab99a5a8bf8f30fa9e7489cc.tar.gz
freebsd-ports-gnome-02111f85d2f6d626ab99a5a8bf8f30fa9e7489cc.tar.zst
freebsd-ports-gnome-02111f85d2f6d626ab99a5a8bf8f30fa9e7489cc.zip
upgrade to 0.3.4
PR: 45927 Submitted by: Ports Fury
Diffstat (limited to 'devel/log4cpp/files')
-rw-r--r--devel/log4cpp/files/patch-config::ltmain.sh34
1 files changed, 25 insertions, 9 deletions
diff --git a/devel/log4cpp/files/patch-config::ltmain.sh b/devel/log4cpp/files/patch-config::ltmain.sh
index 661af1feefb6..9b5e8dfc8472 100644
--- a/devel/log4cpp/files/patch-config::ltmain.sh
+++ b/devel/log4cpp/files/patch-config::ltmain.sh
@@ -1,16 +1,32 @@
---- config/ltmain.sh.orig Thu Jul 5 23:41:01 2001
-+++ config/ltmain.sh Fri Mar 1 22:56:44 2002
-@@ -2408,6 +2408,9 @@
+--- config/ltmain.sh.orig Tue Aug 20 10:13:37 2002
++++ config/ltmain.sh Sun Dec 1 08:55:09 2002
+@@ -1056,14 +1056,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
+ ;;
+@@ -2499,7 +2499,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
+@@ -4286,10 +4286,12 @@
fi
# Install the pseudo-library for information purposes.