From 2ffaf35a248981ea5d03973ad0546be956c6f4f8 Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 30 Nov 2015 22:33:15 +0000 Subject: print/xpp is not jobs safe This port has failed on me multiple times in a multijob bulk run. This last time, xppmain.cxx tries to use mainwindow.h before it is available. --- print/xpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print/xpp') diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 91666e3f0a9a..8f24832cf795 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -20,6 +20,8 @@ CFLAGS+= -D_IPP_PRIVATE_STRUCTURES PLIST_FILES= bin/xpp share/doc/xpp/README +MAKE_JOBS_UNSAFE= yes + post-configure: @${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \ ${WRKSRC}/Makefile -- cgit