pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/xpp
Module Name: pkgsrc
Committed By: nros
Date: Wed Jan 3 09:07:29 UTC 2024
Modified Files:
pkgsrc/print/xpp: Makefile
Log Message:
xpp: mark as not MAKE_JOBS_SAFE so that mainwindow.h is guaranteed to have been generated before mainwindow.c compiles
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/print/xpp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/xpp/Makefile
diff -u pkgsrc/print/xpp/Makefile:1.87 pkgsrc/print/xpp/Makefile:1.88
--- pkgsrc/print/xpp/Makefile:1.87 Sun Nov 12 13:23:22 2023
+++ pkgsrc/print/xpp/Makefile Wed Jan 3 09:07:29 2024
@@ -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}
Home |
Main Index |
Thread Index |
Old Index