aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-28 09:36:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-28 09:36:56 +0000
commitec5d9a54d6ab26763058c7543a07c20471c88c83 (patch)
tree5b1656d091ca74a23ee2a9be5fc60e5f9fc374fb /www
parentaaf6e1847df2bd9a00d7c66e1c514b17a6326239 (diff)
downloadports-ec5d9a54d6ab26763058c7543a07c20471c88c83.tar.gz
ports-ec5d9a54d6ab26763058c7543a07c20471c88c83.zip
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03"
Notes
Notes: svn path=/head/; revision=483249
Diffstat (limited to 'www')
-rw-r--r--www/anyterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index 73b46bbe2209..2441f3281d55 100644
--- a/www/anyterm/Makefile
+++ b/www/anyterm/Makefile
@@ -31,7 +31,7 @@ PLIST_FILES= man/man1/anytermd.1.gz \
# Force the use of an older C++ standard; anyterm 1.1.29 is not compatible with
# C++11.
-USE_CXXSTD= gnu++03
+USE_CXXSTD= gnu++98
post-patch:
@${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \