ports/114871: security/nss: doen't compile on amd64

Koji Yokota yokota at res.otaru-uc.ac.jp
Sun Oct 21 13:10:03 PDT 2007


The following reply was made to PR ports/114871; it has been noted by GNATS.

From: Koji Yokota <yokota at res.otaru-uc.ac.jp>
To: Jeremy Messenger <mezz7 at cox.net>
Cc: bug-followup at 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--


More information about the freebsd-gnome mailing list