Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2003 01:50:08 -0700 (PDT)
From:      Eric Anholt <eta@lclark.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55270: New port: kaffe-devel, development release of kaffe Java VM
Message-ID:  <200309060850.h868o8wX098331@freefall.freebsd.org>

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

From: Eric Anholt <eta@lclark.edu>
To: freebsd-gnats-submit@FreeBSD.org, xaa+ports@timewasters.nl
Cc:  
Subject: Re: ports/55270: New port: kaffe-devel, development release of
	kaffe Java VM
Date: Sat, 06 Sep 2003 01:46:25 -0700

 --=-MHT/3jUYP4ocAlod8Cp1
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 This fixed the build for me.  Drop it in the files/
 
 -- 
 Eric Anholt                                eta@lclark.edu          
 http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
 
 
 --=-MHT/3jUYP4ocAlod8Cp1
 Content-Disposition: attachment; filename=patch-md.h
 Content-Type: text/x-c-header; name=patch-md.h; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 --- config/i386/freebsd2/md.h.orig	Sat Sep  6 01:38:48 2003
 +++ config/i386/freebsd2/md.h	Sat Sep  6 01:38:52 2003
 @@ -39,8 +39,8 @@
  	asm("frstor %0": :"m"(*fdata))
  
  /* Define signal context macros for xprofiling */
 -#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *##sc
 -#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *##scp
 +#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *sc
 +#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
  #define GET_SIGNAL_CONTEXT_POINTER(sc) (sc)
  #define SIGNAL_PC(scp) (scp)->sc_pc
  
 
 --=-MHT/3jUYP4ocAlod8Cp1--
 



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