svn commit: r488381 - head/science/eccodes

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 12:32:58 UTC 2018


Author: linimon
Date: Wed Dec 26 12:32:56 2018
New Revision: 488381
URL: https://svnweb.freebsd.org/changeset/ports/488381

Log:
  Add USE_CSTD=c99 to fix build with base GCC, which uses c89 by default.
  
  While here, pet portlint.
  
  PR:		234404
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/eccodes/Makefile

Modified: head/science/eccodes/Makefile
==============================================================================
--- head/science/eccodes/Makefile	Wed Dec 26 12:29:28 2018	(r488380)
+++ head/science/eccodes/Makefile	Wed Dec 26 12:32:56 2018	(r488381)
@@ -28,8 +28,9 @@ PORTSCOUT=	site:https://software.ecmwf.int/wiki/displa
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=BOTH
 CMAKE_OFF=	ENABLE_ECCODES_OMP_THREADS ENABLE_FORTRAN ENABLE_MEMFS ENABLE_PYTHON
 CMAKE_ON=	ENABLE_ECCODES_THREADS ENABLE_NETCDF ENABLE_PNG
-USE_LDCONFIG=	yes
 USES=		cmake shebangfix
+USE_CSTD=	c99
+USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	tools/bufr_compare_dir
 


More information about the svn-ports-all mailing list