mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
This updates the port to the tip of `blitz-next` branch and enables `make test`. Approved by: mat Differential Revision: https://reviews.freebsd.org/D31255
15 lines
414 B
Text
15 lines
414 B
Text
Disable "fp" tests since they live in a subrepo and are not fetched during
|
|
"make fetch"
|
|
|
|
--- tests/fp/meson.build.orig 2021-05-11 21:34:33 UTC
|
|
+++ tests/fp/meson.build
|
|
@@ -1,8 +1,4 @@
|
|
-# There are namespace pollution issues on Windows, due to osdep.h
|
|
-# bringing in Windows headers that define a FLOAT128 type.
|
|
-if targetos == 'windows'
|
|
- subdir_done()
|
|
-endif
|
|
+subdir_done()
|
|
|
|
fpcflags = [
|
|
# softfloat defines
|