Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 18:40:26 GMT
From:      Florent Thoumie <flz@xbsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/71684: lang/scm does not compile on FreeBSD 5.3BETA
Message-ID:  <200412071840.iB7IeQ0m089263@freefall.freebsd.org>

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

From: Florent Thoumie <flz@xbsd.org>
To: freebsd-gnats-submit@FreeBSD.org, jmp@alvorlig.dk,
	inukai.d@jeans.ocn.ne.jp
Cc:  
Subject: Re: ports/71684: lang/scm does not compile on FreeBSD 5.3BETA
Date: Tue, 07 Dec 2004 19:37:45 +0100

 This is a multi-part message in MIME format.
 --------------030005000506090905040801
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 	Attached patch seems to solve this problem.
 
 -- 
 Florent Thoumie
 flz@xbsd.org
 
 --------------030005000506090905040801
 Content-Type: text/plain;
  name="patch-eval.c"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-eval.c"
 
 --- eval.c.old	Tue Dec  7 19:31:35 2004
 +++ eval.c	Tue Dec  7 19:31:48 2004
 @@ -2051,7 +2051,7 @@
  #ifdef GCC_SPARC_BUG
    SCM arg1;
  #else
 -  struct {SCM arg_1;} t;
 +  volatile struct {SCM arg_1;} t;
  # define arg1 t.arg_1
  #endif
    SCM arg2, arg3, proc;
 
 --------------030005000506090905040801--



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