pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/nxtvepg Add MAKE_JOBS_SAFE=no to fix the followin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1b3a5e1f866
branches: trunk
changeset: 533577:d1b3a5e1f866
user: veego <veego%pkgsrc.org@localhost>
date: Fri Sep 21 16:38:52 2007 +0000
description:
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.
diffstat:
misc/nxtvepg/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 3dec6a63e957 -r d1b3a5e1f866 misc/nxtvepg/Makefile
--- a/misc/nxtvepg/Makefile Fri Sep 21 16:11:12 2007 +0000
+++ b/misc/nxtvepg/Makefile Fri Sep 21 16:38:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2007/02/22 19:26:50 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2007/09/21 16:38:52 veego Exp $
DISTNAME= nxtvepg-2.7.6
PKGREVISION= 1
@@ -9,6 +9,8 @@
HOMEPAGE= http://sourceforge.net/projects/nxtvepg/
COMMENT= NextView EPG decoder
+MAKE_JOBS_SAFE= no
+
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* \
NetBSD-[2-9]*-*
Home |
Main Index |
Thread Index |
Old Index