aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-10-14 09:10:36 +0000
committerJohn Marino <marino@FreeBSD.org>2015-10-14 09:10:36 +0000
commita46ff7c207545ed80d271752ee4ed48cac9de9f1 (patch)
tree6e7902ee65f2021a295ed1b74679392022406fbf
parentc9925b09bec575e29fd369b7e5f4fec6b753ef51 (diff)
downloadports-a46ff7c207545ed80d271752ee4ed48cac9de9f1.tar.gz
ports-a46ff7c207545ed80d271752ee4ed48cac9de9f1.zip
devel/ORBit2 is not jobs safe
This has failed on me multiple times in multi-job build. The last time it tried to use libname-server-2.a before it was built.
Notes
Notes: svn path=/head/; revision=399243
-rw-r--r--devel/ORBit2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index 37ccbfa7b3ee..0c8083f78dc7 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -25,6 +25,8 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/orb/orb-core/orbit-typelib.c