From owner-freebsd-gnome Sat Jan 12 22:53:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 20B8837B400 for ; Sat, 12 Jan 2002 22:53:52 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0D6r0Y63050; Sun, 13 Jan 2002 01:53:00 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/32539: gnomedb-fe will not run. From: Joe Clarke To: Joe Marcus Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <200201130650.g0D6o2Z13517@freefall.freebsd.org> References: <200201130650.g0D6o2Z13517@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 13 Jan 2002 01:54:13 -0500 Message-Id: <1010904853.17106.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, the patch was eaten by MIME. Hopefully this one will come through clearer. Joe --- configure.orig Sun Jan 13 01:17:42 2002 +++ configure Sun Jan 13 01:30:10 2002 @@ -8877,7 +8877,7 @@ PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` - PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` + PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message