diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 12:32:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 12:32:56 +0000 |
commit | 88780dc127a3768795acefed9c03c6233e62542d (patch) | |
tree | 1b5df4e54bbb484b76e870f11024da20116a5177 /science/eccodes | |
parent | 1d26780b6569d84252984c6fd8c48da54884039a (diff) | |
download | ports-88780dc127a3768795acefed9c03c6233e62542d.tar.gz ports-88780dc127a3768795acefed9c03c6233e62542d.zip |
Notes
Diffstat (limited to 'science/eccodes')
-rw-r--r-- | science/eccodes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile index a93ebf0d317c..6ab44cbef270 100644 --- a/science/eccodes/Makefile +++ b/science/eccodes/Makefile @@ -28,8 +28,9 @@ PORTSCOUT= site:https://software.ecmwf.int/wiki/display/ECC/Releases 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 |