[Bug 242523] security/nss 3.48 doesn't build on PowerPC
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 1 19:45:55 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242523
--- Comment #26 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Fri May 1 19:45:37 UTC 2020
New revision: 533584
URL: https://svnweb.freebsd.org/changeset/ports/533584
Log:
security/nss: disable -Werror due to -Wall mine
blinit.c:122:24: error: unused variable 'getauxval'
[-Werror,-Wunused-variable]
static unsigned long (*getauxval)(unsigned long) = NULL;
^
pqg.c:345:16: error: comparison of constant 18446744073709551615 with
expression of type 'unsigned long' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
if (addend < MP_DIGIT_MAX) {
~~~~~~ ^ ~~~~~~~~~~~~
PR: 242523
Changes:
head/security/nss/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-gecko
mailing list