Package: coin3 / 4.0.3+ds-1

Metadata

Package Version Patches format
coin3 4.0.3+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Added c suffix to SO_VERSION.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 added-c-suffix-to-so_version


0007 Bump cmake_minimum_required.patch | (download)

src/coin-config.cmake.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump cmake_minimum_required


64 bit time t compat.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compatibility with 64-bit time_t
 tv_usec is (unnecessarily) a 64-bit type when _TIME_BITS=64 is enabled.
 use 'long long' in this case as it's the only suitable public type.