Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 20:10:03 GMT
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        gnome@FreeBSD.org
Subject:   Re: ports/114871: security/nss: doen't compile on amd64
Message-ID:  <200710212010.l9LKA32W030674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114871; it has been noted by GNATS.

From: Koji Yokota <yokota@res.otaru-uc.ac.jp>
To: Jeremy Messenger <mezz7@cox.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/114871: security/nss: doen't compile on amd64
Date: Sun, 21 Oct 2007 12:57:03 +0900

 This is a multi-part message in MIME format.
 --------------010906090002000702070103
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 No, change of locale doesn't solve the problem. However, using gcc later 
 than 4.0 does.
 
 
 --------------010906090002000702070103
 Content-Type: text/x-patch;
  name="Makefile.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.patch"
 
 --- Makefile.orig	Wed Aug 29 23:25:52 2007
 +++ Makefile	Thu Aug 30 01:46:00 2007
 @@ -39,6 +39,10 @@
  IGNORE=	core dumps on alpha during build
  .endif
  
 +.if ${ARCH} == "amd64"
 +USE_GCC=	4.0+
 +.endif
 +
  EXTERNALS=	CVS dbm security/nss/cmd/zlib nsprpub security/dbm
  EXTRACT_AFTER_ARGS=| ${TAR} -xf -	\
  	${EXTERNALS:C,^,--exclude ${DISTNAME}/mozilla/,}
 
 --------------010906090002000702070103--



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