aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-12-12 03:01:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-12-12 03:01:23 +0000
commitcf27db6fea3ba28cad5f5fa6c5df065dd80bc0ac (patch)
tree799b5795191d8389a21415dbb1dbafbfde5428e5
parent5ac234b43d1b467ebffc17f4223b3ad18b4c4532 (diff)
downloadports-cf27db6fea3ba28cad5f5fa6c5df065dd80bc0ac.tar.gz
ports-cf27db6fea3ba28cad5f5fa6c5df065dd80bc0ac.zip
MFH: r456086
textproc/ansifilter: require C++11 toolchain (on powerpc*, mips*, sparc*) cc1plus: error: unrecognized command line option "-std=c++11" main.cpp:118:5: error: use of undeclared identifier 'unique_ptr' unique_ptr<ansifilter::CodeGenerator> generator(ansifilter::CodeGenerator::getInstance(op... ^ Reported by: pkg-fallout (mips64) Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2017Q4/; revision=456087
-rw-r--r--textproc/ansifilter/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ansifilter/Makefile b/textproc/ansifilter/Makefile
index acdf991754a7..0b8c857af6e3 100644
--- a/textproc/ansifilter/Makefile
+++ b/textproc/ansifilter/Makefile
@@ -12,9 +12,7 @@ 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
+USES= compiler:c++11-lib gmake tar:bzip2
MAKEFILE= makefile
PORTDOCS= ChangeLog README