From owner-freebsd-gnome Sun Jan 13 11: 0: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 738AB37B416 for ; Sun, 13 Jan 2002 11:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0DJ01W61490; Sun, 13 Jan 2002 11:00:01 -0800 (PST) (envelope-from gnats) Date: Sun, 13 Jan 2002 11:00:01 -0800 (PST) Message-Id: <200201131900.g0DJ01W61490@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/32539: gnomedb-fe will not run. Reply-To: Joe Marcus Clarke 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 The following reply was made to PR ports/32539; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, tadamec@icgcorp.net Cc: Subject: Re: ports/32539: gnomedb-fe will not run. Date: Sun, 13 Jan 2002 13:56:35 -0500 Here is the patch in plain text --- 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(0); s/-lc //g; print $_ . "\n"'` To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message