aboutsummaryrefslogtreecommitdiff
path: root/devel/aegis
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-05 16:56:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-05 16:56:11 +0000
commit99c7f00c7eb1a3433ebbdc20313a0cfd48b12b3a (patch)
tree9c5a523fb6491fec3423fe69c838a3fd7072f9ce /devel/aegis
parent807944c20457822a36e5caa447d184efd32fa7b9 (diff)
downloadports-99c7f00c7eb1a3433ebbdc20313a0cfd48b12b3a.tar.gz
ports-99c7f00c7eb1a3433ebbdc20313a0cfd48b12b3a.zip
Explicitly pass -std=gnu++03 to build.
GCC 6 switched to -std=gnu++14 by default, which breaks the port. Switch back to the previous GCC default to unbreak things. PR: 219284 Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=447407
Diffstat (limited to 'devel/aegis')
-rw-r--r--devel/aegis/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile
index 45ec6f9bfb2c..6ff9b5a0bec1 100644
--- a/devel/aegis/Makefile
+++ b/devel/aegis/Makefile
@@ -26,6 +26,10 @@ CONFIGURE_ENV= WISH="${WISH}"
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
+# GCC 6 switched to -std=gnu++14 by default, which breaks the port (bug
+# 219284). Explicitly use the previous default to keep things going.
+USE_CXXSTD= gnu++03
+
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes