diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-28 09:36:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-28 09:36:56 +0000 |
commit | ec5d9a54d6ab26763058c7543a07c20471c88c83 (patch) | |
tree | 5b1656d091ca74a23ee2a9be5fc60e5f9fc374fb /irc/ezbounce/Makefile | |
parent | aaf6e1847df2bd9a00d7c66e1c514b17a6326239 (diff) | |
download | ports-ec5d9a54d6ab26763058c7543a07c20471c88c83.tar.gz ports-ec5d9a54d6ab26763058c7543a07c20471c88c83.zip |
Notes
Diffstat (limited to 'irc/ezbounce/Makefile')
-rw-r--r-- | irc/ezbounce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index bb4e3b115621..2c44e07479e8 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -28,7 +28,7 @@ USE_GCC= any # ezbounce 1.99.15 isn't compatible with C++11 and later, which some compilers # such as GCC 6 default to. -USE_CXXSTD= gnu++03 +USE_CXXSTD= gnu++98 SUB_FILES= pkg-message |