Skip site navigation (1)Skip section navigation (2)
Date:      13 Jan 2002 01:54:13 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: ports/32539: gnomedb-fe will not run.
Message-ID:  <1010904853.17106.4.camel@shumai.marcuscom.com>
In-Reply-To: <200201130650.g0D6o2Z13517@freefall.freebsd.org>
References:  <200201130650.g0D6o2Z13517@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1010904853.17106.4.camel>