diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gotoblas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 277b437c80f9..340dc8525982 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -19,7 +19,8 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/00License.txt -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_i386= does not build (terminates with SIGBUS) GOTOBLAS2VER= 1.13 GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz |