mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
parent
28ead43dc9
commit
0aa2eced27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448219
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue