diff options
Diffstat (limited to 'science')
-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 |