[PATCH] math/openlibm is broken on i386

Steve Kargl sgk at troutmask.apl.washington.edu
Sat Sep 12 16:35:53 UTC 2020


Someone ought to apply this patch to the openlibm port.

Index: Makefile
===================================================================
--- Makefile (revision 544886)
+++ Makefile (working copy)
@@ -16,6 +16,7 @@
 
 BROKEN_armv6=  fails to compile: a parameter list without types is only allowed in a function definition
 BROKEN_armv7=  fails to compile: a parameter list without types is only allowed in a function definition
+BROKEN_i386=  Numerical inaccuracies: https://github.com/JuliaMath/openlibm/issues/215
 BROKEN_mips=  fails to compile: No rule to make target mips/Make.files
 BROKEN_mips64=  fails to compile: No rule to make target mips64/Make.files
 
-- 
Steve


More information about the freebsd-ports mailing list