pkgsrc-wip/tendra/patches/patch-ai
Thomas Klausner 12732c7ca0 Initial import of (incomplete) tendra package, provided by
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.
2003-04-29 09:22:27 +00:00

8 lines
274 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2003/04/29 09:22:28 thomasklausner Exp $
--- /dev/null 2003-04-28 11:20:42.000000000 +0100
+++ src/installers/80x86/netbsd/system_v.h 2003-04-28 11:13:24.000000000 +0100
@@ -0,0 +1,3 @@
+/* netbsd/system_v.h */
+
+#define target_system "NetBSD"