Date: Thu, 1 Oct 2015 15:25:40 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398283 - head/devel/libdisorder Message-ID: <201510011525.t91FPeeO047497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Oct 1 15:25:39 2015 New Revision: 398283 URL: https://svnweb.freebsd.org/changeset/ports/398283 Log: devel/libdisoder is not jobs safe This port tried to use link with -ldisorder before ld created it. Modified: head/devel/libdisorder/Makefile Modified: head/devel/libdisorder/Makefile ============================================================================== --- head/devel/libdisorder/Makefile Thu Oct 1 15:20:32 2015 (r398282) +++ head/devel/libdisorder/Makefile Thu Oct 1 15:25:39 2015 (r398283) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011525.t91FPeeO047497>