diff options
-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 |