diff options
author | marino <marino@FreeBSD.org> | 2015-10-14 17:10:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-10-14 17:10:36 +0800 |
commit | c572ff68e2ee725bedda005680413f28310f70c4 (patch) | |
tree | 6e7902ee65f2021a295ed1b74679392022406fbf | |
parent | 5c7d6c6b445d00ee0e892d03622f4560190004ef (diff) | |
download | freebsd-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/Makefile | 2 |
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 |