diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 02:39:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 02:39:15 +0000 |
commit | 2fdf0aabd4de2a15da42e3cebe1ff51f3a134241 (patch) | |
tree | 3981533400764f85dbb5232846cc4249d8b82e54 /math/ocamlgsl | |
parent | 11139ed8784d6de86883135786cf65bf517c7ac2 (diff) |
Notes
Diffstat (limited to 'math/ocamlgsl')
-rw-r--r-- | math/ocamlgsl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 0d1ea1ff7fa7..f246aec36fa6 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -29,6 +29,9 @@ OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + DOCSDIR= ${LOCALBASE}/share/doc OPTIONS_DEFINE= DOCS |