Force to use c++98 for build with clang6.0.

This commit is contained in:
Vanilla I. Shu 2018-01-16 06:14:58 +00:00
parent 919e2b1341
commit 7670690a8e

View file

@ -15,5 +15,6 @@ OPTIONS_DEFINE= DOCS
USE_LDCONFIG= yes
USES= dos2unix libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_CXXSTD= c++98
.include <bsd.port.mk>