cereal: fails to build on pure 64 bit systems

Hinnerk van Bruinehsen hvbruinehsen at stackptr.de
Sat Jan 25 10:58:57 UTC 2020


Hello,

the newly introduced build for cereal fails to build on my system,
because I don't have 32 bit compatibility stuff enabled.

The failure is caused by the default settings of enabling portability
testing. I have attached a patch that fixes this for me by disabling the
portability tests.

I also disabled -WError for the build, because it caused a build failure
(because of unused CFLAGS for the build, -pie in my case).
Since this is a non default setting, I guess that the last change is
debatable, but while I am a big fan of -WError during development, I
think it's not that great for packaging/distribution.

WKR
Hinnerk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-cereal-fix-build-on-non-multilib-systems.patch
Type: text/x-diff
Size: 623 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20200125/353c19c2/attachment.patch>


More information about the freebsd-ports mailing list