1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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)
This commit is contained in:
Jan Beich 2017-12-12 02:57:13 +00:00
parent e0ce459f1c
commit 18680413ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456086

View File

@ -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