aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-21 19:28:43 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-21 19:28:43 +0000
commit0084d65411155ceb4626d0b575d1d359dac5613e (patch)
tree7d7112e5a93ee21612f99e48a71d221be9dfa0d7 /devel
parent88295b7f5aa67502cae0b02df0c1415c19bba466 (diff)
downloadports-0084d65411155ceb4626d0b575d1d359dac5613e.tar.gz
ports-0084d65411155ceb4626d0b575d1d359dac5613e.zip
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)
Notes
Notes: svn path=/branches/2020Q4/; revision=552889
Diffstat (limited to 'devel')
-rw-r--r--devel/redo/Makefile2
1 files changed, 2 insertions, 0 deletions
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