svn commit: r552888 - head/devel/redo

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 21 19:27:52 UTC 2020


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


More information about the svn-ports-all mailing list