1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Explicitly build with -std=gnu++03.

The port does not build with C++11 or later (GCC 6 defaults to -std=gnu++14
instead of -std=gnu++03).

PR:		219275
This commit is contained in:
Raphael Kubo da Costa 2017-08-18 12:05:39 +00:00
parent 28ead43dc9
commit 0aa2eced27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448219

View File

@ -21,6 +21,9 @@ SHEBANG_FILES= tools/*.pl
USE_GCC= any
GNU_CONFIGURE= yes
# The port does not build with C++11 or later (bug 219275).
USE_CXXSTD= gnu++03
CONFLICTS= ltrace-0*
OPTIONS_DEFINE= DOCS GNUPLOT GSSAPI LDNS PERL SSL ZLIB