Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 19:28:43 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552889 - branches/2020Q4/devel/redo
Message-ID:  <202010211928.09LJShEB006152@repo.freebsd.org>

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

Log:
  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)

Modified:
  branches/2020Q4/devel/redo/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/redo/Makefile
==============================================================================
--- branches/2020Q4/devel/redo/Makefile	Wed Oct 21 19:27:51 2020	(r552888)
+++ branches/2020Q4/devel/redo/Makefile	Wed Oct 21 19:28:43 2020	(r552889)
@@ -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?202010211928.09LJShEB006152>