From 0084d65411155ceb4626d0b575d1d359dac5613e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 21 Oct 2020 19:28:43 +0000 Subject: MFH: r552888 devel/redo: fix build on GCC architectures Use C++11 compiler: popt.h:124: error: 'nullptr' was not declared in this scope Approved by: portmgr (fix build blanket) --- devel/redo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/redo/Makefile b/devel/redo/Makefile index 07b39a13cefc..1651402150e9 100644 --- a/devel/redo/Makefile +++ b/devel/redo/Makefile @@ -11,6 +11,8 @@ COMMENT= Incremental build system LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/source/COPYING +USES= compiler:c++11-lang + NO_WRKSUBDIR= yes OPTIONS_DEFINE= MANPAGES -- cgit v1.2.3