svn commit: r552889 - branches/2020Q4/devel/redo

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 21 19:28:44 UTC 2020


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


More information about the svn-ports-all mailing list