aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-10-14 17:10:36 +0800
committermarino <marino@FreeBSD.org>2015-10-14 17:10:36 +0800
commitc572ff68e2ee725bedda005680413f28310f70c4 (patch)
tree6e7902ee65f2021a295ed1b74679392022406fbf
parent5c7d6c6b445d00ee0e892d03622f4560190004ef (diff)
downloadfreebsd-ports-gnome-c572ff68e2ee725bedda005680413f28310f70c4.tar.gz
freebsd-ports-gnome-c572ff68e2ee725bedda005680413f28310f70c4.tar.zst
freebsd-ports-gnome-c572ff68e2ee725bedda005680413f28310f70c4.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.
-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