Subject: CVS commit: pkgsrc/misc/nxtvepg
To: None <pkgsrc-changes@NetBSD.org>
From: Bernd Ernesti <veego@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2007 16:38:52
Module Name:	pkgsrc
Committed By:	veego
Date:		Fri Sep 21 16:38:52 UTC 2007

Modified Files:
	pkgsrc/misc/nxtvepg: Makefile

Log Message:
Add MAKE_JOBS_SAFE=no to fix the following build problem:
 epgui/piremind.c:1355: error: 'EPGTCL_RPI_IDX_COUNT'
  undeclared (first use in this function)

There is a '-include $(BUILD_DIR)/*/*.dep' line in the package
main Makefile, but it looks like this won't work and so
build-netbsd/epgtcl/dlg_remind.h wasn't created early enough which
contains this and other defines.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/misc/nxtvepg/Makefile

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