Path to this page:
Subject: CVS commit: pkgsrc/x11/xdm3d
From: David A. Holland
Date: 2012-01-08 01:33:34
Message id: 20120108003334.99F25175DD@cvs.netbsd.org
Log Message:
This file has a backslash-escaped trailing space after the login
prompt string, which I assume is there on purpose. Unfortunately, it
seems that when run through modern gcc's cpp, as at least Dragonfly's
current X resources processing pipeline apparently does, cpp treats
this as backslash-newline and splices on the next line, which causes
everything to go wahooni-shaped.
As a hack/workaround, insert a blank line after this line, so if the
next line does get spliced on it won't break things.
Reported by Artem Falcon.
Files: