diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /devel/astyle | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) | |
download | ports-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz ports-aff42c7199b9182b398eeda522cb9bcb182895f8.zip |
Notes
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 4399db6c5698..2332d31f91db 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -13,6 +13,8 @@ COMMENT= Source code indenter and formatter for C, C++, C\#, and Java LICENSE= MIT LICENSE_FILE= ${WRKDIR}/astyle/LICENSE.md +BROKEN_mips= fails to build: unrecognized command line option "-std=c++11" +BROKEN_mips64= fails to build: unrecognized command line option "-std=c++11" BROKEN_powerpc64= fails to build: unrecognized command line option "-std=c++11" USES= compiler:c++11-lang dos2unix gmake |