Date: Sun, 13 Jan 2002 11:00:01 -0800 (PST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: gnome@FreeBSD.org Subject: Re: ports/32539: gnomedb-fe will not run. Message-ID: <200201131900.g0DJ01W61490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32539; it has been noted by GNATS. From: Joe Marcus Clarke <marcus@marcuscom.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201131900.g0DJ01W61490>