Date: Thu, 8 May 2014 22:06:30 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353360 - head/astro/wcslib Message-ID: <201405082206.s48M6UoT084002@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405082206.s48M6UoT084002>