summaryrefslogtreecommitdiffstats
path: root/science/calc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'science/calc/BUILD')
-rwxr-xr-xscience/calc/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/science/calc/BUILD b/science/calc/BUILD
index ede25e812b..88ea4ef449 100755
--- a/science/calc/BUILD
+++ b/science/calc/BUILD
@@ -1,3 +1,8 @@
+case "$HOST" in
+ (*-musl)
+ OPTS+=' HAVE_FPOS=-DHAVE_NO_FPOS'
+ ;;
+esac &&
make -j1 $OPTS \
DEBUG= \
EXTRA_CFLAGS="$CFLAGS" \