- Update TenDRA to a current CVS snapshot which fixes the build problems on 5.x - Grab maintainership Unfortunately FreeBSD 5.x uses the GNU C extension __attribute__((__aligned__(x))) in a couple of system headers (<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386). To avoid a syntax error __aligned(x) is removed by a #define, but programs that use struct sigcontext, struct savexmm or mcontext_t probably won't work. New files: files/patch-aligned files/patch-default-gcc_dependency files/patch-install files/patch-install-man files/patch-limits.h Removed files: files/patch-aa files/patch-af files/patch-ag scripts/configure Fix: http://stud3.tuwien.ac.at/~e0026813/FreeBSD/TenDRA-port.diff.gz
On Fri, May 23, 2003 at 07:04:53PM +0200, Stefan Farfeleder wrote: > New files: > files/patch-install-man I've updated the patch at http://stud3.tuwien.ac.at/~e0026813/FreeBSD/TenDRA-port.diff.gz to a newer TenDRA snapshot; this file has been committed to TenDRA and is no longer needed. > Removed files: I forgot to mention that files/patch-ah has to be removed too.
State Changed From-To: open->closed Committed, thanks