xpp: mark as not MAKE_JOBS_SAFE so that mainwindow.h is guaranteed to have been generated before mainwindow.c compiles

This commit is contained in:
nros 2024-01-03 09:07:29 +00:00
parent 9b27faad48
commit f28d8b77da
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.87 2023/11/12 13:23:22 wiz Exp $
# $NetBSD: Makefile,v 1.88 2024/01/03 09:07:29 nros Exp $
DISTNAME= xpp-1.5
PKGREVISION= 44
@ -15,6 +15,9 @@ USE_LANGUAGES= c c++
CFLAGS+= -D_IPP_PRIVATE_STRUCTURES
# mainwindow.h must be generated before compilation of mainwindow.c
MAKE_JOBS_SAFE= no
DOCDIR= ${PREFIX}/share/doc/xpp
INSTALLATION_DIRS+= ${DOCDIR}