Fixes build with gcc3 and hopefully Alistair's bulk build. Explicitly not updated to version 1.1.1 because while that version builds with gcc3 with fewer patches it completely breaks gcc2. Changes: October 29th, 2003 ivtools-1.1.0 - re-enable use of shared memory for X11 image rendering under MacOS X - fix command passed to popen() to detect executables on MacOS X - fix up some AttrValue stuff - all the changes it took to get it built with ACE on MacOS X (though it doesn't work yet). - the cpp bundled with gcc-3.3 has a bug, and gets confused by back-slashed commas in macro arguments (it thinks they start a new argument, which they don't). This introduced a problem to long stable config files, but a workaround is here. - this also fixes things so FreeBSD can configure on alpha architectures. - add -svgexport flag to drawtool that by default suppresses (the incomplete) SVG export mechanism.
14 lines
327 B
Text
14 lines
327 B
Text
$NetBSD: patch-ac,v 1.1 2003/11/18 21:09:18 markd Exp $
|
|
|
|
--- config/site.def.NETBSD.orig 2003-10-23 07:13:39.000000000 +1300
|
|
+++ config/site.def.NETBSD
|
|
@@ -16,6 +16,9 @@
|
|
#undef TroffCmd
|
|
#define TroffCmd groff
|
|
|
|
+#undef CppCmd
|
|
+#define CppCmd /usr/bin/cpp
|
|
+
|
|
/*
|
|
* build RPC classes -- requires iostreams & TCP sockets
|
|
*/
|