Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Aug 2015 21:22:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 202165] www/firefox 40.0 fails to build with logging disabled
Message-ID:  <bug-202165-21738-M15LdmAgTn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202165-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202165-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202165

--- Comment #1 from rsmith@xs4all.nl ---
The problem seems to originate in "work/mozilla-release/gfx/2d/Logging.h".

This file conditionally includes "prlog.h" if MOZ_LOGGING is defined.
But it *uses* constants and structures from "prlog.h" unconditionally.

What I cannot figure out from the port Makefile is if and how the LOGGING
option is related to this.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202165-21738-M15LdmAgTn>