pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45337
The following reply was made to PR pkg/45337; it has been noted by GNATS.
From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/45337
Date: Wed, 7 Sep 2011 22:30:32 +0400
This may also fix the PR:
Index: devel/libtool/patches/patch-ac
===================================================================
RCS file: /vol/2/cvsup/pkgsrc/devel/libtool/patches/patch-ac,v
retrieving revision 1.26
diff -u -r1.26 patch-ac
--- devel/libtool/patches/patch-ac 14 May 2011 16:49:45 -0000 1.26
+++ devel/libtool/patches/patch-ac 15 Jul 2011 21:16:29 -0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.26 2011/05/14 16:49:45 bsiegert Exp $
+$NetBSD$
--- libltdl/config/ltmain.sh.orig 2009-11-16 13:23:18.000000000 +0000
+++ libltdl/config/ltmain.sh
@@ -51,7 +51,7 @@
verstring=""
fi
-@@ -6476,7 +6480,7 @@ func_mode_link ()
+@@ -6476,16 +6480,13 @@ func_mode_link ()
if test "$build_libtool_libs" = yes; then
if test -n "$rpath"; then
case $host in
@@ -60,3 +60,12 @@
# these systems don't actually have a c library (as such)!
;;
*-*-rhapsody* | *-*-darwin1.[012])
+ # Rhapsody C library is in the System framework
+ deplibs="$deplibs System.ltframework"
+ ;;
+- *-*-netbsd*)
+- # Don't link with libc until the a.out ld.so is fixed.
+- ;;
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
--
Sergey Svishchev
Home |
Main Index |
Thread Index |
Old Index