diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
commit | 4ba19e7015058f9286be931cfdf7e35a16f56cca (patch) | |
tree | 543af2b67a881ad3a20085f3672b1439334e6a56 /textproc/uncrustify | |
parent | fabea6b246ec169649b27f17849858e8d8d5622a (diff) |
Notes
Diffstat (limited to 'textproc/uncrustify')
-rw-r--r-- | textproc/uncrustify/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 32cb36e566d4..983f8784df54 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -12,6 +12,10 @@ COMMENT= Highly configurable source code beautifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" + NO_WRKSUBDIR= yes USES= cmake:outsource CMAKE_ARGS= -DCURRENT_VERSION="${PORTVERSION}" |