svn commit: r366737 - head/textproc/randlm

Dmitry Sivachenko demon at FreeBSD.org
Sun Aug 31 09:16:28 UTC 2014


Author: demon
Date: Sun Aug 31 09:16:27 2014
New Revision: 366737
URL: http://svnweb.freebsd.org/changeset/ports/366737
QAT: https://qat.redports.org/buildarchive/r366737/

Log:
  Add MAKE_JOBS_UNSAFE=yes to fix build.

Modified:
  head/textproc/randlm/Makefile

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Sun Aug 31 08:17:49 2014	(r366736)
+++ head/textproc/randlm/Makefile	Sun Aug 31 09:16:27 2014	(r366737)
@@ -21,6 +21,7 @@ USE_AUTOTOOLS=	libtoolize aclocal autoco
 AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 USES=		libtool
+MAKE_JOBS_UNSAFE=yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list