diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 23:50:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 23:50:49 +0000 |
commit | 17509a431f18b24f95c5e079f1b267178407b763 (patch) | |
tree | f3481f814fcfabace3fa053c9d94cb7c96c690bf /textproc/ansifilter/Makefile | |
parent | 0a534ed4c7e30c0709191425109085da9c2f3fba (diff) | |
download | ports-17509a431f18b24f95c5e079f1b267178407b763.tar.gz ports-17509a431f18b24f95c5e079f1b267178407b763.zip |
Notes
Diffstat (limited to 'textproc/ansifilter/Makefile')
-rw-r--r-- | textproc/ansifilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ansifilter/Makefile b/textproc/ansifilter/Makefile index 5be17ae4cf90..29a02bbaad8f 100644 --- a/textproc/ansifilter/Makefile +++ b/textproc/ansifilter/Makefile @@ -12,6 +12,8 @@ COMMENT= Customizable ANSI Code Converter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 + USES= gmake tar:bzip2 MAKEFILE= makefile |