diff options
Diffstat (limited to 'ports/cspice')
| -rw-r--r-- | ports/cspice/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ports/cspice/CONTROL | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/cspice/CMakeLists.txt b/ports/cspice/CMakeLists.txt index af5c3e22b..0ccfcfab6 100644 --- a/ports/cspice/CMakeLists.txt +++ b/ports/cspice/CMakeLists.txt @@ -24,6 +24,7 @@ elseif (UNIX) elseif(CMAKE_SIZEOF_VOID_P EQUAL 4) target_compile_options(cspice PUBLIC -m32 -ansi -fPIC) endif() + target_compile_options(cspice PRIVATE -Wno-error=implicit-function-declaration) endif () if (NOT _SKIP_HEADERS) diff --git a/ports/cspice/CONTROL b/ports/cspice/CONTROL index bb83e586d..310fbe48b 100644 --- a/ports/cspice/CONTROL +++ b/ports/cspice/CONTROL @@ -1,6 +1,6 @@ Source: cspice Version: 66 -Port-Version: 2 +Port-Version: 3 Homepage: https://naif.jpl.nasa.gov/naif/toolkit_C.html Description: NASA C SPICE toolkit -Supports: !uwp
\ No newline at end of file +Supports: !uwp |
