diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
commit | 65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (patch) | |
tree | 8ca265fd86a85ec42e228ea09e9ba5fcee43954d /audio/gnuspeechsa | |
parent | ce4f36d22243aa164a0727e26899359c255b841f (diff) |
Notes
Diffstat (limited to 'audio/gnuspeechsa')
-rw-r--r-- | audio/gnuspeechsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnuspeechsa/Makefile b/audio/gnuspeechsa/Makefile index f77137fdc28f..5cd160483793 100644 --- a/audio/gnuspeechsa/Makefile +++ b/audio/gnuspeechsa/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Does not build: the clang compiler does not support -march=native -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: the clang compiler does not support -march=native USES= cmake compiler:c++11-lib |