Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 11:19:30 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31600: Update port: converters/libiconv
Message-ID:  <200110291919.f9TJJUX51767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31600
>Category:       ports
>Synopsis:       Update port: converters/libiconv
>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:20:00 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/converters/libiconv/files/patch-autoconf::ltmain.sh converters/libiconv/files/patch-autoconf::ltmain.sh
--- /usr/ports/converters/libiconv/files/patch-autoconf::ltmain.sh	Mon Aug 27 18:39:53 2001
+++ converters/libiconv/files/patch-autoconf::ltmain.sh	Sat Oct 20 04:30:37 2001
@@ -3,7 +3,17 @@
 
 --- autoconf/ltmain.sh	2001/08/27 09:19:40	1.1
 +++ autoconf/ltmain.sh	2001/08/27 09:20:41
-@@ -4175,10 +4175,12 @@
+@@ -2408,6 +2408,9 @@
+ 	  *-*-netbsd*)
+ 	    # Don't link with libc until the a.out ld.so is fixed.
+ 	    ;;
++	  *-*-freebsd*)
++	    # FreeBSD don'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.
diff -urN /usr/ports/converters/libiconv/files/patch-libcharset::autoconf::ltmain.sh converters/libiconv/files/patch-libcharset::autoconf::ltmain.sh
--- /usr/ports/converters/libiconv/files/patch-libcharset::autoconf::ltmain.sh	Mon Aug 27 18:39:53 2001
+++ converters/libiconv/files/patch-libcharset::autoconf::ltmain.sh	Sat Oct 20 04:31:30 2001
@@ -3,7 +3,17 @@
 
 --- libcharset/autoconf/ltmain.sh	2001/08/27 09:21:11	1.1
 +++ libcharset/autoconf/ltmain.sh	2001/08/27 09:21:41
-@@ -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?200110291919.f9TJJUX51767>