Fix build on 10.3. Explicitly pass -std=c++11 to the compiler because Qt 5.7+

requires C++11 support, and FreeBSD 10.3 does not default to C++11 mode.

Notified by:	pkg-fallout
This commit is contained in:
Emanuel Haupt 2017-10-09 11:18:16 +00:00
parent 805cf2a8e8
commit a50355eb87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451608

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
USES= autoreconf bdb compiler:gcc-c++11-lib gmake libtool \
localbase:ldconfig pkgconfig ssl
USE_CXXSTD= c++11
USE_GITHUB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes