Hello,
the Debian wmaker packages have this patch:
------------------------------------------------
--- a/src/misc.c.orig 2010-07-25 09:53:33.000000000 +0200
+++ b/src/misc.c 2010-07-31 12:23:25.000000000 +0200
@@ -101,6 +101,7 @@ char *MakeCPPArgs(char *path)
line = wmalloc(MAXLINE);
*line = 0;
i = 1;
+ strcat(line, " -traditional -undef");
if ((buf = getenv("HOSTNAME")) != NULL) {
if (buf[0] == '(') {
wwarning(_("your machine is misconfigured. HOSTNAME is
set to %s"), buf);
------------------------------------------------
The *ancient changelog entries failed to enlighten me. ;-)
------------------------------------------------
wmaker (0.53.0-3) unstable; urgency=low
* src/misc.c: added -undef to cpp call. Undefines non-standard
macros. (closes: bug#28595)
-- Marcelo E. Magallon <[email protected]> Sat, 29 May 1999 12:13:07 -0600
wmaker (0.51.0-2) unstable; urgency=low
[...]
* src/misc.c: Added -traditional to cpp call in MakeCPPArgs.
-- Marcelo E. Magallon <[email protected]> Sat, 6 Feb 1999 21:18:14 -0600
------------------------------------------------
I really have no idea whether this should be included in wmaker-crm or
dropped. Sadly the referenced debian bug report #28595 is one of those
that got lost and is not available on http://bugs.debian.org/
thanks, cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
To unsubscribe, send mail to [email protected].