Fix build with clang 6.0.0

PR:		225209
Submitted by:	pfg (maintainer)
This commit is contained in:
Thomas Zander 2018-02-17 17:33:54 +00:00
parent 3d8769b6b7
commit 202a92c6ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462174

View File

@ -3,6 +3,7 @@
PORTNAME= calculix
PORTVERSION= 2.13
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.dhondt.de/
DISTFILES= ${DIST_SOURCES}
@ -33,6 +34,8 @@ USE_GL= gl glu # uses its own glut
BROWSER?= firefox
PSVIEWER?= gv
CXXFLAGS+= -std=c++98
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>