aboutsummaryrefslogtreecommitdiff
path: root/cad/calculix
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-02-17 17:33:54 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-02-17 17:33:54 +0000
commit202a92c6ee033376c9c802b6ddd8848505e019d3 (patch)
treea2b42335b1b82e6780523490b2c20c0af5f0c092 /cad/calculix
parent3d8769b6b7a00d06d7db3a739e4e69b96d070a48 (diff)
downloadports-202a92c6ee033376c9c802b6ddd8848505e019d3.tar.gz
ports-202a92c6ee033376c9c802b6ddd8848505e019d3.zip
Fix build with clang 6.0.0
PR: 225209 Submitted by: pfg (maintainer)
Notes
Notes: svn path=/head/; revision=462174
Diffstat (limited to 'cad/calculix')
-rw-r--r--cad/calculix/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index f44da9aabf55..c9105838f167 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -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>