diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 00:34:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 00:34:07 +0800 |
commit | 0f67c4571d5a3c4c3da3a74b8110552362c0e058 (patch) | |
tree | 4d386e3bf3d912b91a141060849af25cc69a4354 /math/xblas | |
parent | 5234339fcea2bf9739820e148e377a249dabbcb2 (diff) | |
download | freebsd-ports-gnome-0f67c4571d5a3c4c3da3a74b8110552362c0e058.tar.gz freebsd-ports-gnome-0f67c4571d5a3c4c3da3a74b8110552362c0e058.tar.zst freebsd-ports-gnome-0f67c4571d5a3c4c3da3a74b8110552362c0e058.zip |
Mark as jobs unsafe
Diffstat (limited to 'math/xblas')
-rw-r--r-- | math/xblas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/xblas/Makefile b/math/xblas/Makefile index 0a5f8ee4e80a..df61cf4fbf70 100644 --- a/math/xblas/Makefile +++ b/math/xblas/Makefile @@ -13,6 +13,7 @@ COMMENT= Extra Precise Basic Linear Algebra Subroutines (BLAS) LICENSE= BSD USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes CFLAGS+= ${MANGLING} HDIR= include/xblas |