Mark as not for armv6: "not supported".
Note that in both of these cases, new versions are available. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
11139ed878
commit
2fdf0aabd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435118
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue