svn commit: r421561 - head/devel/t1lib

Tobias C. Berner tcberner at FreeBSD.org
Thu Sep 8 15:36:48 UTC 2016


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


More information about the svn-ports-head mailing list