Subject: CVS commit: pkgsrc/x11/renderproto
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 12/16/2006 14:07:24
Module Name:	pkgsrc
Committed By:	tv
Date:		Sat Dec 16 14:07:24 UTC 2006

Modified Files:
	pkgsrc/x11/renderproto: builtin.mk

Log Message:
Fix !defined(IS_BUILTIN.xproto) inherited when this was copied from
xproto; should have been .renderproto so that the variable always gets
defined somehow.  (Under older bmake, there was a syntax error when
IS_BUILTIN.renderproto was later checked, because for x11-links, it was
never defined in the first place.)

Remove check for X11BASE==LOCALBASE.  There's even a comment there saying
we don't want to check that, so don't do it.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/renderproto/builtin.mk

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