Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 10:10:11 -0800 (PST)
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/45805: security/sfs does not build on Alpha
Message-ID:  <200402021810.i12IABlj011191@freefall.freebsd.org>

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

From: Greg Lewis <glewis@eyesbeyond.com>
To: handler@grendel.net
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/45805: security/sfs does not build on Alpha
Date: Mon, 2 Feb 2004 11:02:28 -0700

 --gBBFr7Ir9EOA20Yy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi Michael,
 
 Is there any reason why Volker Stolz's patch hasn't been committed?  It
 certainly fixes the build on Alpha 4.x (5.x appears to have some other
 unrelated woes).  I'm happy to commit this.
 
 -- 
 Greg Lewis                          Email   : glewis@eyesbeyond.com
 Eyes Beyond                         Web     : http://www.eyesbeyond.com
 Information Technology              FreeBSD : glewis@FreeBSD.org
 
 
 --gBBFr7Ir9EOA20Yy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-sfskey.h"
 
 --- agent/sfskey.h.orig	Sun Dec  1 17:32:05 2002
 +++ agent/sfskey.h	Sun Dec  1 18:03:45 2002
 @@ -34,7 +34,7 @@
  extern bool opt_quiet;
  extern ref<agentconn> aconn;
 
 -#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__)
 +#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__) && !defined(__FreeBSD__)
  # define XXX_EXIT 1
  #endif /* gcc <= 2.95.x && alpha */
 
 --gBBFr7Ir9EOA20Yy--



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