pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brlcad: Mark as MAKE_JOBS_SAFE=no



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 22 02:49:35 2016 +0200
Changeset:	7771ac66084707051e98ef47d947654cbb271c29

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Mark as MAKE_JOBS_SAFE=no

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7771ac66084707051e98ef47d947654cbb271c29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 511897a..505b17c 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -14,6 +14,8 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config wish flex
 USE_LANGUAGES=	c c++ fortran
 
+MAKE_JOBS_SAFE=	no # as of 7.26.0
+
 CMAKE_ARGS+=	-DBRLCAD_BUNDLED_LIBS=OFF
 CMAKE_ARGS+=	-DLEMON_TEMPLATE:PATH=${PREFIX}/share/lemon/lempar.c
 


Home | Main Index | Thread Index | Old Index