diff options
author | linimon <linimon@FreeBSD.org> | 2017-10-11 05:31:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:42:37 +0800 |
commit | 5ad3dc4a2ed99a5e58d2be9bae92089003c1bb03 (patch) | |
tree | b2b6765117094a9926213d5b92e602f013bb37ca /audio | |
parent | f1e66eb6da4528fdce259137d91d01069fff0374 (diff) | |
download | freebsd-ports-gnome-5ad3dc4a2ed99a5e58d2be9bae92089003c1bb03.tar.gz freebsd-ports-gnome-5ad3dc4a2ed99a5e58d2be9bae92089003c1bb03.tar.zst freebsd-ports-gnome-5ad3dc4a2ed99a5e58d2be9bae92089003c1bb03.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavpack/Makefile | 1 | ||||
-rw-r--r-- | audio/wavplay/Makefile | 2 |
2 files changed, 2 insertions, 1 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) diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile index 0516665cba47..1dd9adbb964d 100644 --- a/audio/wavplay/Makefile +++ b/audio/wavplay/Makefile @@ -13,7 +13,7 @@ COMMENT= Wav player and recorder LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 armv6 i386 +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 INSTALL_TARGET= install PREFIX="${STAGEDIR}${PREFIX}" |