Date: Wed, 26 Dec 2018 12:32:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488381 - head/science/eccodes Message-ID: <201812261232.wBQCWvVg099805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261232.wBQCWvVg099805>