Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 19:27:51 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552888 - head/devel/redo
Message-ID:  <202010211927.09LJRplh005959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct 21 19:27:51 2020
New Revision: 552888
URL: https://svnweb.freebsd.org/changeset/ports/552888

Log:
  devel/redo: fix build on GCC architectures
  
  Use C++11 compiler:
  popt.h:124: error: 'nullptr' was not declared in this scope
  
  MFH:		2020Q4 (fix build blanket)

Modified:
  head/devel/redo/Makefile

Modified: head/devel/redo/Makefile
==============================================================================
--- head/devel/redo/Makefile	Wed Oct 21 19:27:41 2020	(r552887)
+++ head/devel/redo/Makefile	Wed Oct 21 19:27:51 2020	(r552888)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010211927.09LJRplh005959>