Subject: CVS commit: pkgsrc/wm/windowmaker
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/07/2002 20:29:36
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Nov  7 18:29:36 UTC 2002

Modified Files:
	pkgsrc/wm/windowmaker: Makefile

Log Message:
Instead of "${CC} -E", which is ambiguous when cc can't deduce the
extension language, use "${CPP}" instead, which should point to the
correct value to invoke the C preprocessor.  Fixes pkg/18737 by
Matthias Friedrich.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/wm/windowmaker/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.