svn commit: r353360 - head/astro/wcslib
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu May 8 22:06:31 UTC 2014
Author: rakuco
Date: Thu May 8 22:06:30 2014
New Revision: 353360
URL: http://svnweb.freebsd.org/changeset/ports/353360
QAT: https://qat.redports.org/buildarchive/r353360/
Log:
Set MARK_JOBS_UNSAFE=yes.
If that's not done sometimes not all object files are built before the final
.a is created.
Modified:
head/astro/wcslib/Makefile
Modified: head/astro/wcslib/Makefile
==============================================================================
--- head/astro/wcslib/Makefile Thu May 8 21:58:45 2014 (r353359)
+++ head/astro/wcslib/Makefile Thu May 8 22:06:30 2014 (r353360)
@@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE=yes
PLIST_SUB= VERSION="${PORTVERSION}"
More information about the svn-ports-head
mailing list