On Fri, 1 May 2020 19:11:02 -0400
Brad Smith wrote:
> Instead of adding a check for __OpenBSD__ change __UNIX__ to __unix__.
Here it is, it builds fine as well.
> On 5/1/2020 6:03 PM, Charlene Wendling wrote:
> > Hi,
> >
> >> http://build-failures.rhaalovely.net/powerpc/2020-04-09/mail/hashcash.log
> > Because clang defines __POWERPC__ while gcc does not, it's assumed
> > we're Mac OS [0]. Reverting to the gcc behaviour allows hashcash to
> > be built once again.
> >
> > I did not bump REVISION because it has never been built since the
> > clang switch.
> >
> > Comments/feedback are welcome,
> >
> > Charlène.
> >
> >
> > [0] https://en.wikipedia.org/wiki/Gestalt_(Mac_OS)
Index: patches/patch-libfastmint_c
===================================================================
RCS file: patches/patch-libfastmint_c
diff -N patches/patch-libfastmint_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-libfastmint_c 2 May 2020 06:20:14 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+OpenBSD/macppc is not Mac OS, we don't ship Gestalt.
+
+Index: libfastmint.c
+--- libfastmint.c.orig
++++ libfastmint.c
+@@ -6,7 +6,7 @@
+ #include <CoreServices/CoreServices.h>
+
No comments:
Post a Comment