diff options
| -rw-r--r-- | math/ocamlgsl/Makefile | 3 | ||||
| -rw-r--r-- | math/orpie/Makefile | 3 |
2 files changed, 6 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 diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 52ff72b4a4a9..71f7b4201e2c 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -20,6 +20,9 @@ USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ man/man5/orpierc.5.gz |
