diff options
author | marino <marino@FreeBSD.org> | 2015-12-01 06:33:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-01 06:33:15 +0800 |
commit | 2ffaf35a248981ea5d03973ad0546be956c6f4f8 (patch) | |
tree | b98735a1298f5edf2b7a909bd1b64fc828f79e95 /print/xpp | |
parent | c93bd19255abc7df1f9aa5f70351076a30da1acd (diff) | |
download | freebsd-ports-gnome-2ffaf35a248981ea5d03973ad0546be956c6f4f8.tar.gz freebsd-ports-gnome-2ffaf35a248981ea5d03973ad0546be956c6f4f8.tar.zst freebsd-ports-gnome-2ffaf35a248981ea5d03973ad0546be956c6f4f8.zip |
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.
Diffstat (limited to 'print/xpp')
-rw-r--r-- | print/xpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |