Date: Thu, 8 Sep 2016 15:36:46 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421561 - head/devel/t1lib Message-ID: <201609081536.u88FakLS098911@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Sep 8 15:36:46 2016 New Revision: 421561 URL: https://svnweb.freebsd.org/changeset/ports/421561 Log: Fix build of devel/t1lib devel/t1lib needs MAKE_JOBS_UNSAFE. Approved by: rakuco (mentor), just-fix-it-blanket Modified: head/devel/t1lib/Makefile Modified: head/devel/t1lib/Makefile ============================================================================== --- head/devel/t1lib/Makefile Thu Sep 8 15:24:24 2016 (r421560) +++ head/devel/t1lib/Makefile Thu Sep 8 15:36:46 2016 (r421561) @@ -27,6 +27,8 @@ OPTIONS_SUB= yes X11_USE= XORG=xaw X11_CONFIGURE_WITH= x +MAKE_JOBS_UNSAFE= YES + post-patch: @${REINPLACE_CMD} -e \ '/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081536.u88FakLS098911>