Disable Werror to fix build on 10.x

This commit is contained in:
Tilman Keskinoz 2017-02-22 11:34:35 +00:00
parent 7613e8cfd9
commit 7ac61db8e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434580

View File

@ -16,6 +16,7 @@ USE_GITHUB= yes
GH_ACCOUNT= aws
USES= cmake pkgconfig compiler:c++11-lib ssl
USE_LDCONFIG= yes
CXXFLAGS= -Wno-error
.include <bsd.port.pre.mk>