pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54904 (www/firefox building fails on FreeBSD)
Synopsis: www/firefox building fails on FreeBSD
State-Changed-From-To: open->feedback
State-Changed-By: maya%NetBSD.org@localhost
State-Changed-When: Tue, 13 Oct 2020 03:07:54 +0000
State-Changed-Why:
I see in one of the patches,
* isinf/isnan in make.h is defined as macro. Use non-macro version
to fix build.
--- gfx/angle/checkout/src/compiler/translator/InfoSink.h.orig 2018-10-18 20:06:05.000000000 +0000
+++ gfx/angle/checkout/src/compiler/translator/InfoSink.h
@@ -7,7 +7,7 @@
#ifndef COMPILER_TRANSLATOR_INFOSINK_H_
#define COMPILER_TRANSLATOR_INFOSINK_H_
-#include <math.h>
+#include <cmath>
#include <stdlib.h>
#include "compiler/translator/Common.h"
#include "compiler/translator/Severity.h"
Is this problem already fixed?
Home |
Main Index |
Thread Index |
Old Index