Alistair Crooks (agc@netbsd) -- help welcome. tendra is a multi-targetted BSD-licensed C and C++ compiler. Alistair says: At the moment, it can't handle the RENAME()s in NetBSD's header files, and I build things in a ${WRKSRC}/build directory, and these files need to be moved to ${PREFIX} in the install stage. The files should also be checked to see if there are any embedded hardcoded paths, which would make this approach infeasible.
8 lines
299 B
Text
8 lines
299 B
Text
$NetBSD: patch-bc,v 1.1.1.1 2003/04/29 09:22:28 thomasklausner Exp $
|
|
|
|
--- /dev/null 2003-04-28 12:39:19.000000000 +0100
|
|
+++ src/lib/machines/netbsd/80x86/startup/posix.h 1998-03-16 10:39:19.000000000 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#include "ansi.h"
|
|
+#define _POSIX_SOURCE 1
|
|
+#define __WRONG_POSIX_TERMIOS_H
|