Debian Patches

Status for bobcat/6.14.00-2

Patch Description Author Forwarded Bugs Origin Last update
fix-32bit-ambiguous-overload.patch Fix FTBFS on 32-bit: ambiguous overload in Arg::option On 32-bit architectures, the literal 0UL is a null pointer constant and
creates an ambiguous call between option(size_t, ...) and option(size_t*, ...).
Replace 0UL with static_cast<size_t>(0), matching the pattern already used
in the analogous option7.f inline.
no debian
cross-compile-respect-CXX.patch Respect CXX environment variable in precompiled header step Expand CXX instead of hardcoding 'g++' to permit cross-compilation.
debian/rules ensures CXX is always exported.
no

All known versions for source package 'bobcat'

Links