Piotr Kubaj <[email protected]> has asked freebsd-gecko mailing list <[email protected]> for maintainer-approval: Bug 242521: security/nss: fix build on powerpc* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242521
Attachment 209861: patch https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209861&action=edit --- Comment #4 from Piotr Kubaj <[email protected]> --- Created attachment 209861 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209861&action=edit patch Is that ok? New compiler is needed due to usage of -mcrypto and -mvsx. -mcrypto is added in nss's code and -mvsx is added by me because nss won't build otherwise: altivec-types.h:19:1: error: use of 'long long' in AltiVec types is invalid without '-mvsx' I also removed i386 section since it has C++14 capable compiler on all versions already. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
