svn commit: r503748 - head/science/nifticlib

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 8 19:24:19 UTC 2019


Author: pkubaj
Date: Sat Jun  8 19:24:18 2019
New Revision: 503748
URL: https://svnweb.freebsd.org/changeset/ports/503748

Log:
  science/nifticlib: fix build
  
  Add MAKE_JOBS_UNSAFE=yes to fix build:
  nifti_stats.c:2:22: error: nifticdf.h: No such file or directory
  nifti_stats.c: In function 'main':
  nifti_stats.c:30: error: 'inam' undeclared (first use in this function)
  nifti_stats.c:30: error: (Each undeclared identifier is reported only once
  nifti_stats.c:30: error: for each function it appears in.)
  
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20500

Modified:
  head/science/nifticlib/Makefile

Modified: head/science/nifticlib/Makefile
==============================================================================
--- head/science/nifticlib/Makefile	Sat Jun  8 19:14:18 2019	(r503747)
+++ head/science/nifticlib/Makefile	Sat Jun  8 19:24:18 2019	(r503748)
@@ -18,6 +18,7 @@ USES=		gmake
 CONFLICTS=	afni-[0-9]* dbh-[0-9]*
 
 CFLAGS+=	-fPIC
+MAKE_JOBS_UNSAFE=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list