tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Mac OS X Leopard ppc64 failures



Hi John,

On 13 February 2017 at 22:27, Sevan / Venture37 <venture37%gmail.com@localhost> wrote:
> Didn't see the issue with archivers/xz, built & installed just fine.
> The issue for mtr I did see and it's not specific to Leopard and is
> present on Tiger also. Haven't worked out a solution yet but defining
> BIND_8_COMPAT didn't help.
> https://pkgsrc.geeklan.co.uk/reports/current/Darwin-8/20170105.1912/mtr-0.87/build.log

Could you try the following patch & report back.

--8<-----------------------------------------------------------------------------------------

$NetBSD$

--- asn.c.orig 2017-02-17 02:50:57.000000000 +0000
+++ asn.c
@@ -23,9 +23,6 @@
 #include <stdlib.h>
 #include <sys/types.h>

-#ifdef __APPLE__
-#define BIND_8_COMPAT
-#endif
 #include <arpa/nameser.h>
 #ifdef HAVE_ARPA_NAMESER_COMPAT_H
 #include <arpa/nameser_compat.h>


Home | Main Index | Thread Index | Old Index