Package: ace Version: 6.3.2+dfsg-1 Severity: important Tags: patch Since 6.3.x ace does not build on kfreebsd anymore.
For some reason I can't fanthon 3 lines where happily removed, please
reinstate them :)
Attached, the quilt patch I tested to build on kfreebsd-amd64.
Please consider fixing this in a timely manner, it's one blocker against
the removal of the old libssl1.0.0, and the old kbsd binaries of ace
depend on it.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Description: fix FTBFS in kfreebsd These lines were apparently dropped somewhere between 6.2.8 and 6.3.2 Author: Mattia Rizzolo <[email protected]> Bug-Debian: https://bugs.debian.org/xxxxxxx --- a/ace/OS_NS_stdlib.h +++ b/ace/OS_NS_stdlib.h @@ -46,6 +46,10 @@ } #endif /* ACE_WIN32 && _MSC_VER */ +#if defined (atop) +# undef atop +#endif + /* * We inline and undef some functions that may be implemented * as macros on some platforms. This way macro definitions will
signature.asc
Description: PGP signature

