Index: Makefile =================================================================== --- Makefile (revision 446668) +++ Makefile (working copy) @@ -28,6 +28,10 @@ PLIST_FILES= man/man1/anytermd.1.gz \ sbin/anytermd +# Force the use of an older C++ standard; anyterm 1.1.29 is not compatible with +# C++11. +USE_CXXSTD= gnu++03 + post-patch: @${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \ ${WRKSRC}/scripts/mimetype.sh