Date: Mon, 29 Oct 2001 11:20:56 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/31602: Update port: textproc/libxml Message-ID: <200110291920.f9TJKu051971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 31602 >Category: ports >Synopsis: Update port: textproc/libxml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 29 11:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Support '-pthread' linker flag properly on 4-stable >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libxml/files/patch-ltmain.sh textproc/libxml/files/patch-ltmain.sh --- /usr/ports/textproc/libxml/files/patch-ltmain.sh Tue Sep 11 16:26:54 2001 +++ textproc/libxml/files/patch-ltmain.sh Sat Oct 20 05:24:19 2001 @@ -3,7 +3,17 @@ --- ltmain.sh 2001/08/27 09:51:26 1.1 +++ ltmain.sh 2001/08/27 09:51:42 -@@ -4175,10 +4175,12 @@ +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ fi # Install the pseudo-library for information purposes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110291920.f9TJKu051971>