[Pkg-ace-devel] Bug#825709: ace: please make it build on kfreebsd again

Mattia Rizzolo mattia at debian.org
Sun May 29 01:23:50 UTC 2016


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  `-
-------------- next part --------------
Description: fix FTBFS in kfreebsd
 These lines were apparently dropped somewhere between 6.2.8 and 6.3.2
Author: Mattia Rizzolo <mattia at debian.org>
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-ace-devel/attachments/20160529/a6793d62/attachment.sig>


More information about the Pkg-ace-devel mailing list