diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
commit | 3ef3461740738a4408c83087846d4b59d726eaa6 (patch) | |
tree | f3d89a0399e1e0896808a5ab7c804ecd549e47db /audio/wavpack | |
parent | 615a3fc1bbb5a8d6dd9a7a24d8d19046049875ee (diff) |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
Notes
Notes:
svn path=/head/; revision=451721
Diffstat (limited to 'audio/wavpack')
-rw-r--r-- | audio/wavpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 51ce05abdad3..efd137cf95a3 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -22,6 +22,7 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= ASM OPTIONS_DEFAULT_amd64= ASM OPTIONS_DEFAULT_armv6= ASM +OPTIONS_DEFAULT_armv7= ASM ASM_CONFIGURE_OFF= --disable-asm ASM_DESC= Optimized assembler routines (requires MMX on x86) |